[63921] trunk/dports/science/openmpi/Portfile

jmr at macports.org jmr at macports.org
Wed Feb 17 20:15:31 PST 2010


Revision: 63921
          http://trac.macports.org/changeset/63921
Author:   jmr at macports.org
Date:     2010-02-17 20:15:28 -0800 (Wed, 17 Feb 2010)
Log Message:
-----------
openmpi: fix incompatibility with 1.8

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

Modified: trunk/dports/science/openmpi/Portfile
===================================================================
--- trunk/dports/science/openmpi/Portfile	2010-02-18 03:53:56 UTC (rev 63920)
+++ trunk/dports/science/openmpi/Portfile	2010-02-18 04:15:28 UTC (rev 63921)
@@ -111,4 +111,6 @@
 universal_variant no
 
 # Workaround for #22833
-configure.ld_archflags {}
+if {[info exists configure.ld_archflags]} {
+    configure.ld_archflags
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100217/30decd68/attachment.html>


More information about the macports-changes mailing list