[57201] trunk/dports/devel/xulrunner-devel/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 7 00:42:34 PDT 2009


Revision: 57201
          http://trac.macports.org/changeset/57201
Author:   jeremyhu at macports.org
Date:     2009-09-07 00:42:33 -0700 (Mon, 07 Sep 2009)
Log Message:
-----------
xulrunner-devel: Force 32bit

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

Modified: trunk/dports/devel/xulrunner-devel/Portfile
===================================================================
--- trunk/dports/devel/xulrunner-devel/Portfile	2009-09-07 07:42:19 UTC (rev 57200)
+++ trunk/dports/devel/xulrunner-devel/Portfile	2009-09-07 07:42:33 UTC (rev 57201)
@@ -105,6 +105,13 @@
 	--disable-mochitest \
 	--enable-libxul
 
+# Force 32-bit, inline-asm
+if {$build_arch == "x86_64"} {
+    configure.build_arch i386   
+} elseif {$build_arch == "ppc64"} {
+    configure.build_arch ppc
+}
+
 variant debug description {build with debugging symbols} {
     configure.args-delete   --disable-debug \
                             --disable-mochitest \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090907/c604024c/attachment.html>


More information about the macports-changes mailing list