[48302] trunk/dports/devel/dbus/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Mar 18 12:27:13 PDT 2009


Revision: 48302
          http://trac.macports.org/changeset/48302
Author:   mcalhoun at macports.org
Date:     2009-03-18 12:27:13 -0700 (Wed, 18 Mar 2009)
Log Message:
-----------
dbus: Remove duplicate (and problematic) arch test so ppc code is run.
Fixes #18893.

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

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2009-03-18 19:13:13 UTC (rev 48301)
+++ trunk/dports/devel/dbus/Portfile	2009-03-18 19:27:13 UTC (rev 48302)
@@ -106,7 +106,6 @@
 }
 
 if {[variant_isset universal]} {
-    if { ${os.arch}=="i386" } {
         if { ${os.arch}=="i386" } {
             array set merger_configure_args {
                 ppc64   --config-cache
@@ -125,7 +124,6 @@
             # Answers to questions configure can't determine without running a program.
             copy ${filespath}/config.cache ${worksrcpath}
         }
-    }
 }
 
 livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090318/751c38bf/attachment.html>


More information about the macports-changes mailing list