[141230] trunk/dports/textproc/giza-pp/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Oct 12 23:31:47 PDT 2015


Revision: 141230
          https://trac.macports.org/changeset/141230
Author:   jeremyhu at 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]"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151012/2171d94c/attachment.html>


More information about the macports-changes mailing list