svn commit: r459155 - head/graphics/silgraphite

Don Lewis truckman at FreeBSD.org
Tue Jan 16 05:56:40 UTC 2018


Author: truckman
Date: Tue Jan 16 05:56:38 2018
New Revision: 459155
URL: https://svnweb.freebsd.org/changeset/ports/459155

Log:
  Force -std=c++98 so that clang 6.0.0 can compile this code.

Modified:
  head/graphics/silgraphite/Makefile

Modified: head/graphics/silgraphite/Makefile
==============================================================================
--- head/graphics/silgraphite/Makefile	Tue Jan 16 05:53:01 2018	(r459154)
+++ head/graphics/silgraphite/Makefile	Tue Jan 16 05:56:38 2018	(r459155)
@@ -31,4 +31,6 @@ FREETYPE_CONFIGURE_WITH=freetype
 FREETYPE_LIB_DEPENDS=	libfreetype.so:print/freetype2
 FREETYPE_USES=		iconv
 
+CXXFLAGS+=	-std=c++98
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list