[100943] trunk/dports/math/wxMaxima/Portfile

and.damore at macports.org and.damore at macports.org
Tue Jan 1 15:16:24 PST 2013


Revision: 100943
          https://trac.macports.org/changeset/100943
Author:   and.damore at macports.org
Date:     2013-01-01 15:16:24 -0800 (Tue, 01 Jan 2013)
Log Message:
-----------
port wxMaxima: removing unneded isysroot for XC >= 4.4 added in r98113; openmaintainer

Revision Links:
--------------
    https://trac.macports.org/changeset/98113

Modified Paths:
--------------
    trunk/dports/math/wxMaxima/Portfile

Modified: trunk/dports/math/wxMaxima/Portfile
===================================================================
--- trunk/dports/math/wxMaxima/Portfile	2013-01-01 23:07:33 UTC (rev 100942)
+++ trunk/dports/math/wxMaxima/Portfile	2013-01-01 23:16:24 UTC (rev 100943)
@@ -28,12 +28,12 @@
 depends_run     port:maxima
 
 platform darwin 11 {
-    if {[vercmp $xcodeversion 4.4] >= 0} {
-        configure.cxxflags-append -isysroot ${developer_dir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
-    } elseif {[vercmp $xcodeversion 4.3] >= 0} {
-        configure.cxxflags-append -isysroot ${developer_dir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk
-    } else {
-        configure.cxxflags-append -isysroot ${developer_dir}/SDKs/MacOSX10.6.sdk
+    if {[vercmp $xcodeversion 4.4] < 0} {
+        if {[vercmp $xcodeversion 4.3] >= 0} {
+            configure.cxxflags-append -isysroot ${developer_dir}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk
+        } else {
+            configure.cxxflags-append -isysroot ${developer_dir}/SDKs/MacOSX10.6.sdk
+        }
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130101/98e29eab/attachment.html>


More information about the macports-changes mailing list