[46485] trunk/dports/devel/gmp/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Thu Feb 5 09:44:46 PST 2009
Revision: 46485
http://trac.macports.org/changeset/46485
Author: mcalhoun at macports.org
Date: 2009-02-05 09:44:44 -0800 (Thu, 05 Feb 2009)
Log Message:
-----------
gmp: Use variables introduced in r46483.
Modified Paths:
--------------
trunk/dports/devel/gmp/Portfile
Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile 2009-02-05 16:56:45 UTC (rev 46484)
+++ trunk/dports/devel/gmp/Portfile 2009-02-05 17:44:44 UTC (rev 46485)
@@ -49,15 +49,8 @@
}
}
-# configure script expects to be able to run binaries
-if { ${os.arch}=="i386" } {
- if { [llength ${universal_archs}] > 2 } {
- # with only three architectues, the merge does not work
- set universal_archs_supported "i386 x86_64"
- }
-} else {
- set universal_archs_supported "ppc ppc64"
-}
+set merger_must_run_binaries yes
+set merger_no_3_archs yes
array set merger_configure_env {
ppc ABI=32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090205/1b2746d9/attachment.html>
More information about the macports-changes
mailing list