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

mcalhoun at macports.org mcalhoun at macports.org
Sun Mar 8 10:46:31 PDT 2009


Revision: 47853
          http://trac.macports.org/changeset/47853
Author:   mcalhoun at macports.org
Date:     2009-03-08 10:46:29 -0700 (Sun, 08 Mar 2009)
Log Message:
-----------
gmp: Add "configure.pipe  no" to keep CFLAGS empty.
Fixes #18755.

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

Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile	2009-03-08 16:16:12 UTC (rev 47852)
+++ trunk/dports/devel/gmp/Portfile	2009-03-08 17:46:29 UTC (rev 47853)
@@ -36,11 +36,13 @@
                 --enable-cxx
 
 # if CFLAGS and CXXFLAGS are undefined, configure script tries to build fastest library for build machine.
+# On PowerPC machines, CFLAGS must be empty to get -force_cpusubtype_ALL.
 pre-configure {
     # Set in pre-configure so any universal flags are removed as well.
     configure.cflags
     configure.cxxflags
 }
+configure.pipe  no
 
 test.run        yes
 test.cmd        make
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090308/acc6df1a/attachment.html>


More information about the macports-changes mailing list