[57203] trunk/dports/www/firefox-x11-devel/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Sep 7 00:43:28 PDT 2009
Revision: 57203
http://trac.macports.org/changeset/57203
Author: jeremyhu at macports.org
Date: 2009-09-07 00:43:27 -0700 (Mon, 07 Sep 2009)
Log Message:
-----------
firefox-x11-devel: Force 32bit
Modified Paths:
--------------
trunk/dports/www/firefox-x11-devel/Portfile
Modified: trunk/dports/www/firefox-x11-devel/Portfile
===================================================================
--- trunk/dports/www/firefox-x11-devel/Portfile 2009-09-07 07:43:02 UTC (rev 57202)
+++ trunk/dports/www/firefox-x11-devel/Portfile 2009-09-07 07:43:27 UTC (rev 57203)
@@ -107,6 +107,13 @@
--disable-tests \
--disable-mochitest
+# 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/df6a69c4/attachment.html>
More information about the macports-changes
mailing list