[120126] trunk/dports/graphics/asymptote/Portfile

mojca at macports.org mojca at macports.org
Fri May 16 12:32:31 PDT 2014


Revision: 120126
          https://trac.macports.org/changeset/120126
Author:   mojca at macports.org
Date:     2014-05-16 12:32:30 -0700 (Fri, 16 May 2014)
Log Message:
-----------
asymptote: fix wrong os.major for 10.9

Modified Paths:
--------------
    trunk/dports/graphics/asymptote/Portfile

Modified: trunk/dports/graphics/asymptote/Portfile
===================================================================
--- trunk/dports/graphics/asymptote/Portfile	2014-05-16 18:27:54 UTC (rev 120125)
+++ trunk/dports/graphics/asymptote/Portfile	2014-05-16 19:32:30 UTC (rev 120126)
@@ -63,7 +63,7 @@
 patchfiles          patch-upstream.diff
 
 # temporary workaround to avoid asymptote from hanging forever
-if {${os.major} >= 11} {
+if {${os.major} >= 13} {
     configure.env   CFLAGS="-stdlib=libstdc++" CXXFLAGS="-stdlib=libstdc++"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140516/11e592e4/attachment.html>


More information about the macports-changes mailing list