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 /lang | |
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 'lang')
-rw-r--r-- | lang/phc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/phc/Makefile b/lang/phc/Makefile index ca8c609a2c59..f5a3bcc00653 100644 --- a/lang/phc/Makefile +++ b/lang/phc/Makefile @@ -13,8 +13,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license/LICENSE USES= gmake +USE_CSTD= gnu89 GNU_CONFIGURE= yes -MAKE_ARGS= CFLAGS="${CFLAGS} -fgnu89-inline" post-patch: .SILENT ${REINPLACE_CMD} 's/g++/$$CXX/' \ |