aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-07-06 01:26:10 +0800
committerpawel <pawel@FreeBSD.org>2012-07-06 01:26:10 +0800
commited0bd32625534bfc48dfe8105285096b94953c9b (patch)
tree87b5b3043309d24d477408f37bafc043abaf865c /sysutils
parent69d8e019446e55d28f2f546b7bcd924f27839da5 (diff)
downloadfreebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.tar.gz
freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.tar.zst
freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.zip
Add USE_CSTD=gnu89 to fix linking when building with clang
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wmfire/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/wmfire/Makefile b/sysutils/wmfire/Makefile
index b1563f03bd2e..6c67fcc1e5ba 100644
--- a/sysutils/wmfire/Makefile
+++ b/sysutils/wmfire/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
USE_GNOME= gtk20
GNU_CONFIGURE= yes
+USE_CSTD= gnu89
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \