[47784] trunk/dports/devel/gmp/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Mar 5 19:17:04 PST 2009


Revision: 47784
          http://trac.macports.org/changeset/47784
Author:   mcalhoun at macports.org
Date:     2009-03-05 19:17:04 -0800 (Thu, 05 Mar 2009)
Log Message:
-----------
gmp: Correct behavior if phases aries from separate port calls.

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

Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile	2009-03-06 03:13:55 UTC (rev 47783)
+++ trunk/dports/devel/gmp/Portfile	2009-03-06 03:17:04 UTC (rev 47784)
@@ -36,8 +36,8 @@
                 --enable-cxx
 
 # if CFLAGS and CXXFLAGS are undefined, configure script tries to build fastest library for build machine.
-pre-fetch {
-    # Set in pre-fetch so any universal flags are removed as well.
+pre-configure {
+    # Set in pre-configure so any universal flags are removed as well.
     configure.cflags
     configure.cxxflags
 }
@@ -69,7 +69,7 @@
     set merger_configure_env(ppc) ABI=${abi32}
 
     # universal_archs_to_use might not be set before pre-fetch.
-    pre-fetch {
+    pre-destroot {
         global merger_dont_diff merger_configure_env
 
         # if building on a G5, merge might not work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090305/59ace1c7/attachment.html>


More information about the macports-changes mailing list