[73873] trunk/dports/devel/xulrunner/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Nov 27 12:01:15 PST 2010


Revision: 73873
          http://trac.macports.org/changeset/73873
Author:   jeremyhu at macports.org
Date:     2010-11-27 12:01:10 -0800 (Sat, 27 Nov 2010)
Log Message:
-----------
xulrunner: BuildFix for +internal_dependencies on x86_64

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

Modified: trunk/dports/devel/xulrunner/Portfile
===================================================================
--- trunk/dports/devel/xulrunner/Portfile	2010-11-27 19:11:07 UTC (rev 73872)
+++ trunk/dports/devel/xulrunner/Portfile	2010-11-27 20:01:10 UTC (rev 73873)
@@ -125,6 +125,11 @@
 # Force 32-bit, inline-asm
 supported_archs i386 ppc
 
+# Yes, this is ugly... but the real fix is in the works
+# https://bugzilla.mozilla.org/show_bug.cgi?id=529878
+configure.cc ${configure.cc} -arch ${configure.build_arch}
+configure.cxx ${configure.cxx} -arch ${configure.build_arch}
+
 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/20101127/8274ddf0/attachment.html>


More information about the macports-changes mailing list