diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-30 20:31:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-30 20:31:10 +0800 |
commit | c83407f40ea68462727c4a54f730df8a4c0363fa (patch) | |
tree | d3704a6beb7880b0e25c286e5b1b98f101d50b26 /net-mgmt | |
parent | 0e9578a936d3bba62507c93ca52d6316f8e6855c (diff) | |
download | freebsd-ports-gnome-c83407f40ea68462727c4a54f730df8a4c0363fa.tar.gz freebsd-ports-gnome-c83407f40ea68462727c4a54f730df8a4c0363fa.tar.zst freebsd-ports-gnome-c83407f40ea68462727c4a54f730df8a4c0363fa.zip |
Fix build with clang by forcing gnu89
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/argus3-clients/Makefile | 2 |
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 |