Date: Tue, 16 Jan 2018 05:56:39 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459155 - head/graphics/silgraphite Message-ID: <201801160556.w0G5uden087596@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801160556.w0G5uden087596>