Revision
103391
Author
nicos@macports.org
Date
2013-02-23 23:47:24 -0800 (Sat, 23 Feb 2013)

Log Message

qtiplot: compilation does not hang with optimization on mountain lion

Modified Paths

Diff

Modified: trunk/dports/aqua/qtiplot/Portfile (103390 => 103391)


--- trunk/dports/aqua/qtiplot/Portfile	2013-02-24 07:41:21 UTC (rev 103390)
+++ trunk/dports/aqua/qtiplot/Portfile	2013-02-24 07:47:24 UTC (rev 103391)
@@ -6,7 +6,7 @@
 
 name                qtiplot
 version             0.9.8.9
-revision            3
+revision            4
 categories          aqua science
 license             GPL-2+
 maintainers         nicos openmaintainer
@@ -39,8 +39,8 @@
                     patch-qwt3d_openglhelper.diff
 
 #Workaround as qtiplot build-phase hangs indefinitely on 
-#Lion and higher (ticket #30761)
-if {${os.major} >= 11} {
+#Lion (ticket #30761)
+if {${os.major} == 11} {
     patchfiles-append   patch-disable-O2.diff
 }