[96637] trunk/dports/aqua/qtiplot/Portfile

nicos at macports.org nicos at macports.org
Wed Aug 15 19:34:29 PDT 2012


Revision: 96637
          https://trac.macports.org/changeset/96637
Author:   nicos at macports.org
Date:     2012-08-15 19:34:27 -0700 (Wed, 15 Aug 2012)
Log Message:
-----------
qtiplot: applying patch for avoiding hanging also to Mountain Lion

Modified Paths:
--------------
    trunk/dports/aqua/qtiplot/Portfile

Modified: trunk/dports/aqua/qtiplot/Portfile
===================================================================
--- trunk/dports/aqua/qtiplot/Portfile	2012-08-16 01:57:43 UTC (rev 96636)
+++ trunk/dports/aqua/qtiplot/Portfile	2012-08-16 02:34:27 UTC (rev 96637)
@@ -39,8 +39,8 @@
                     patch-qwt3d_openglhelper.diff
 
 #Workaround as qtiplot build-phase hangs indefinitely on 
-#Lion (ticket #30761)
-platform darwin 11 {
+#Lion and higher (ticket #30761)
+if {${os.major} >= 11} {
     patchfiles-append   patch-disable-O2.diff
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120815/e2038752/attachment-0001.html>


More information about the macports-changes mailing list