[45984] trunk/dports/devel/mpfr/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Mon Jan 26 07:03:41 PST 2009


Revision: 45984
          http://trac.macports.org/changeset/45984
Author:   mcalhoun at macports.org
Date:     2009-01-26 07:03:37 -0800 (Mon, 26 Jan 2009)
Log Message:
-----------
mpfr: mpfr can only support the same architectures as gmp.

Modified Paths:
--------------
    trunk/dports/devel/mpfr/Portfile

Modified: trunk/dports/devel/mpfr/Portfile
===================================================================
--- trunk/dports/devel/mpfr/Portfile	2009-01-26 14:52:09 UTC (rev 45983)
+++ trunk/dports/devel/mpfr/Portfile	2009-01-26 15:03:37 UTC (rev 45984)
@@ -50,5 +50,19 @@
       AUTHORS BUGS COPYING.LIB FAQ.html NEWS TODO ${docdir}
 }
 
+# universal_archs_supported must be the same as gmp
+if { ${os.arch}=="i386" } {
+    if { [llength ${universal_archs}] > 2 } {
+        set universal_archs_supported  "i386 x86_64"
+    }
+} else {
+    set universal_archs_supported  "ppc ppc64"
+}
+
+array set merger_host {
+    i386    i386-apple-darwin
+    x86_64  x86_64-apple-darwin
+}
+
 livecheck.url    http://www.mpfr.org/mpfr-current/
 livecheck.regex  "mpfr-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090126/33fa8c00/attachment.html>


More information about the macports-changes mailing list