summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-30 12:31:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-30 12:31:10 +0000
commit1b990319ea4dcc34cb2ca0cab4c7238ce44f811d (patch)
treed3704a6beb7880b0e25c286e5b1b98f101d50b26
parent181d9636e82b8dcb6ae1e039e5573cabd489ac73 (diff)
downloadfreebsd-ports-1b990319ea4dcc34cb2ca0cab4c7238ce44f811d.zip
Fix build with clang by forcing gnu89
-rw-r--r--net-mgmt/argus3-clients/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/argus3-clients/Makefile b/net-mgmt/argus3-clients/Makefile
index f319d48c3c25..a20916264bcd 100644
--- a/net-mgmt/argus3-clients/Makefile
+++ b/net-mgmt/argus3-clients/Makefile
@@ -19,6 +19,8 @@ OPTIONS_DEFAULT=MANPAGES MYSQL SASL
USES= bison ncurses
+USE_CSTD= gnu89
+
.include <bsd.port.options.mk>
GNU_CONFIGURE= true