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

mmoll at macports.org mmoll at macports.org
Mon Apr 21 15:45:36 PDT 2014


Revision: 119271
          https://trac.macports.org/changeset/119271
Author:   mmoll at macports.org
Date:     2014-04-21 15:45:36 -0700 (Mon, 21 Apr 2014)
Log Message:
-----------
py-graph-tool: 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-21 22:01:31 UTC (rev 119270)
+++ trunk/dports/python/py-graph-tool/Portfile	2014-04-21 22:45:36 UTC (rev 119271)
@@ -29,8 +29,7 @@
 patchfiles          patch-src-graph_tool-gtk_draw.py.diff
 distname            ${realname}-${version}
 
-if {[string match *clang* ${configure.cxx}] &&
-    ${os.major} <= 12 && ${os.platform} eq "darwin"} {
+if {${os.major} <= 12 && ${os.platform} eq "darwin"} {
     version         2.2.26
     checksums       md5     317b29de0d3ef715fdc9281e078cfb17 \
                     sha1    108be4cf6212eb6886f172ea03813187f73e4c3c \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140421/eaa90fe7/attachment.html>


More information about the macports-changes mailing list