Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2018 17:40:46 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459952 - head/www/suphp
Message-ID:  <201801251740.w0PHeksU080686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801251740.w0PHeksU080686>