diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 12:31:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 12:31:10 +0000 |
commit | 1b990319ea4dcc34cb2ca0cab4c7238ce44f811d (patch) | |
tree | d3704a6beb7880b0e25c286e5b1b98f101d50b26 | |
parent | 181d9636e82b8dcb6ae1e039e5573cabd489ac73 (diff) | |
download | freebsd-ports-1b990319ea4dcc34cb2ca0cab4c7238ce44f811d.zip |
Fix build with clang by forcing gnu89
-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 |