diff options
author | xride <xride@FreeBSD.org> | 2014-03-31 00:39:10 +0800 |
---|---|---|
committer | xride <xride@FreeBSD.org> | 2014-03-31 00:39:10 +0800 |
commit | 3c799efd3123049d8e6e8d7c67c11a0414b0f283 (patch) | |
tree | 1a772d1e7c22aa8a6b7db8b27e44392c158d317b /comms/gmfsk | |
parent | 717769c3b333707548de8bffa71ea25e4e28e404 (diff) | |
download | freebsd-ports-gnome-3c799efd3123049d8e6e8d7c67c11a0414b0f283.tar.gz freebsd-ports-gnome-3c799efd3123049d8e6e8d7c67c11a0414b0f283.tar.zst freebsd-ports-gnome-3c799efd3123049d8e6e8d7c67c11a0414b0f283.zip |
Fix compile with clang
PR: ports/187164
Submitted by: Carl Makin <carl@stagecraft.cx> (maintainer)
Diffstat (limited to 'comms/gmfsk')
-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 |