[70748] trunk/dports/science/plplot/Portfile

takeshi at macports.org takeshi at macports.org
Thu Aug 19 22:27:00 PDT 2010


Revision: 70748
          http://trac.macports.org/changeset/70748
Author:   takeshi at macports.org
Date:     2010-08-19 22:26:57 -0700 (Thu, 19 Aug 2010)
Log Message:
-----------
plplot: addhoc fix seems to be needed for Intel Mac running Leopard as well

Modified Paths:
--------------
    trunk/dports/science/plplot/Portfile

Modified: trunk/dports/science/plplot/Portfile
===================================================================
--- trunk/dports/science/plplot/Portfile	2010-08-20 03:17:31 UTC (rev 70747)
+++ trunk/dports/science/plplot/Portfile	2010-08-20 05:26:57 UTC (rev 70748)
@@ -149,7 +149,7 @@
     configure.args-append   -DCMAKE_Fortran_COMPILER=\"${prefix}/bin/g95\" \
                             -DCMAKE_OSX_DEPLOYMENT_TARGET=\"\"
 # Ad hoc fix to enable build of f95 binding by disabling some features
-    if {${os.arch}=="powerpc"} {
+    if {${os.major}<10} {
         patchfiles-append       patch-sfstubsf95.f90.diff
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100819/b177a9b8/attachment.html>


More information about the macports-changes mailing list