[119292] trunk/dports/python/py-graph-tool/Portfile

mmoll at macports.org mmoll at macports.org
Tue Apr 22 07:32:42 PDT 2014


Revision: 119292
          https://trac.macports.org/changeset/119292
Author:   mmoll at macports.org
Date:     2014-04-22 07:32:42 -0700 (Tue, 22 Apr 2014)
Log Message:
-----------
py-graph-tool: yet another try to get things to work on os x < 10.9

Modified Paths:
--------------
    trunk/dports/python/py-graph-tool/Portfile

Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile	2014-04-22 14:12:29 UTC (rev 119291)
+++ trunk/dports/python/py-graph-tool/Portfile	2014-04-22 14:32:42 UTC (rev 119292)
@@ -71,10 +71,9 @@
     configure.cppflags-append -I${prefix}/include -I${python.include}/..
     configure.ldflags-append -L${prefix}/lib
     configure.args-append --with-boost=${prefix} --exec-prefix=${python.prefix}
-    configure.cxxflags-append -std=c++11
     if {[string match *clang* ${configure.compiler}] &&
         ${os.major} >= 13 && ${os.platform} eq "darwin"} {
-        configure.cxxflags-append -stdlib=libc++
+        configure.cxxflags-append -std=c++11 -stdlib=libc++
     }
     # Clang uses the old libstc++ from gcc 4.2 before OS X 10.9. Boost doesn't
     # include some of the tr1 headers in libstdc++ and defines its own tr1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140422/23c47f0d/attachment.html>


More information about the macports-changes mailing list