[52046] trunk/dports/devel/glib2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jun 8 16:59:05 PDT 2009


Revision: 52046
          http://trac.macports.org/changeset/52046
Author:   jeremyhu at macports.org
Date:     2009-06-08 16:59:05 -0700 (Mon, 08 Jun 2009)
Log Message:
-----------
glib2: Futureproof +universal

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

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2009-06-08 23:58:43 UTC (rev 52045)
+++ trunk/dports/devel/glib2/Portfile	2009-06-08 23:59:05 UTC (rev 52046)
@@ -101,7 +101,7 @@
         }
 
         # Find architectures which will not run on build platform.
-        if { ${os.arch}=="i386" || ${os.arch=="x86_64"}} {
+        if { ${os.arch}=="i386" || ${os.arch}=="x86_64"} {
             set cross_archs "ppc ppc64"
             set host_archs "ppc ppc64"
             set big_endian "yes"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090608/fc27c6fb/attachment.html>


More information about the macports-changes mailing list