svn commit: r459952 - head/www/suphp
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jan 25 17:40:47 UTC 2018
Author: bdrewery
Date: Thu Jan 25 17:40:46 2018
New Revision: 459952
URL: https://svnweb.freebsd.org/changeset/ports/459952
Log:
Attempt to fix with clang 6
Modified:
head/www/suphp/Makefile
Modified: head/www/suphp/Makefile
==============================================================================
--- head/www/suphp/Makefile Thu Jan 25 17:35:41 2018 (r459951)
+++ head/www/suphp/Makefile Thu Jan 25 17:40:46 2018 (r459952)
@@ -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 \
More information about the svn-ports-all
mailing list