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

mcalhoun at macports.org mcalhoun at macports.org
Wed Mar 11 22:57:54 PDT 2009


Revision: 47994
          http://trac.macports.org/changeset/47994
Author:   mcalhoun at macports.org
Date:     2009-03-11 22:57:53 -0700 (Wed, 11 Mar 2009)
Log Message:
-----------
gmp: Without mode32 (removed in r47978), merging 4 architectures should work.

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

Modified: trunk/dports/devel/gmp/Portfile
===================================================================
--- trunk/dports/devel/gmp/Portfile	2009-03-12 02:52:16 UTC (rev 47993)
+++ trunk/dports/devel/gmp/Portfile	2009-03-12 05:57:53 UTC (rev 47994)
@@ -65,8 +65,8 @@
     pre-destroot {
         global merger_dont_diff merger_configure_env
 
-        # if building on a G5, merge might not work.
-        if  { [llength ${universal_archs_to_use}]>2 } {
+        # PortGroup muniversal has difficulty merging three files.
+        if  { [llength ${universal_archs_to_use}] == 3 } {
             set merger_dont_diff "${prefix}/include/gmp.h"
         }
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090311/8b6bc27e/attachment.html>


More information about the macports-changes mailing list