diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2014-03-30 16:39:10 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2014-03-30 16:39:10 +0000 |
commit | 661b047e7498211a19b361dd4fad74558771a439 (patch) | |
tree | 1a772d1e7c22aa8a6b7db8b27e44392c158d317b /comms | |
parent | c69553f8332319e92d48c668c8521c57435d1eac (diff) |
Fix compile with clang
PR: ports/187164
Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer)
Notes
Notes:
svn path=/head/; revision=349646
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gmfsk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/gmfsk/Makefile b/comms/gmfsk/Makefile index 99f8e1f62235..fbc8d5151483 100644 --- a/comms/gmfsk/Makefile +++ b/comms/gmfsk/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes # preprocessor include tests. The following line is a work around. CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include +USES_CSTD= gnu89 USES= gmake pkgconfig USE_GNOME= libgnomeui gnomehack gnomeprefix INSTALLS_OMF= yes |