aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-02-05 11:30:43 +0800
committerjbeich <jbeich@FreeBSD.org>2017-02-05 11:30:43 +0800
commit049a660184fe081f435600236d94e8eb485d18aa (patch)
tree93388284748ce0e6799cc1c2ccd614f91eb18dd6 /net-mgmt
parentf1fb85dfbddad16ab6f072ec8706abdc653cd615 (diff)
downloadfreebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.tar.gz
freebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.tar.zst
freebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.zip
Prefer -std=gnu89 over -fgnu89-inline
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/flow-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/flow-tools/Makefile b/net-mgmt/flow-tools/Makefile
index 0bbd3b080e30..d64accf55071 100644
--- a/net-mgmt/flow-tools/Makefile
+++ b/net-mgmt/flow-tools/Makefile
@@ -17,8 +17,8 @@ OPTIONS_DEFINE= MYSQL OPENSSL PGSQL
CONFLICTS= flow-tools-ng-[0-9]*
USES= python:run
+USE_CSTD= gnu89
GNU_CONFIGURE= yes
-CFLAGS+= -fgnu89-inline
CONFIGURE_ARGS+=--localstatedir="${PREFIX}"
MAKE_ARGS= AM_CFLAGS="${CFLAGS}"