diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2018-01-26 01:40:46 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2018-01-26 01:40:46 +0800 |
commit | f2a729f733959d7eccc61f4a0480b54a0c88c0ce (patch) | |
tree | 3c6117079d230dc618a2a5cec52c590b5743d475 | |
parent | 13e2449da6f014cdbe57fa48af44bd0795bd514c (diff) | |
download | freebsd-ports-gnome-f2a729f733959d7eccc61f4a0480b54a0c88c0ce.tar.gz freebsd-ports-gnome-f2a729f733959d7eccc61f4a0480b54a0c88c0ce.tar.zst freebsd-ports-gnome-f2a729f733959d7eccc61f4a0480b54a0c88c0ce.zip |
Attempt to fix with clang 6
-rw-r--r-- | www/suphp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile index 32b493768ff2..3579612f6dc9 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -19,6 +19,7 @@ SUB_FILES= pkg-message USE_APACHE= 22+ CFLAGS+= -I${LOCALBASE}/include USE_CSTD= gnu89 +USE_CXXSTD= gnu++98 MYPORTDOCS= apache/CONFIG \ apache/INSTALL \ |