Revision: 141230 https://trac.macports.org/changeset/141230 Author: jeremyhu@macports.org Date: 2015-10-12 23:31:46 -0700 (Mon, 12 Oct 2015) Log Message: ----------- giza-pp: Force libstdc++ rather than blacklisting clang Modified Paths: -------------- trunk/dports/textproc/giza-pp/Portfile Modified: trunk/dports/textproc/giza-pp/Portfile =================================================================== --- trunk/dports/textproc/giza-pp/Portfile 2015-10-13 06:22:38 UTC (rev 141229) +++ trunk/dports/textproc/giza-pp/Portfile 2015-10-13 06:31:46 UTC (rev 141230) @@ -36,7 +36,8 @@ variant universal {} # tr1 namespacing -compiler.blacklist *clang* +# This is a standalone app that just uses the STL, so just use libstdc++ +configure.cxx_stdlib libstdc++ build.args CXX=${configure.cxx} CFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]"
participants (1)
-
jeremyhu@macports.org