diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-05 11:30:43 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-05 11:30:43 +0800 |
commit | 049a660184fe081f435600236d94e8eb485d18aa (patch) | |
tree | 93388284748ce0e6799cc1c2ccd614f91eb18dd6 /net-mgmt | |
parent | f1fb85dfbddad16ab6f072ec8706abdc653cd615 (diff) | |
download | freebsd-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/Makefile | 2 |
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}" |