[45537] trunk/dports/lang/spidermonkey/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Jan 17 03:17:41 PST 2009


Revision: 45537
          http://trac.macports.org/changeset/45537
Author:   mcalhoun at macports.org
Date:     2009-01-17 03:17:38 -0800 (Sat, 17 Jan 2009)
Log Message:
-----------
spidermonkey: Ensure that correct compiler is used.

Modified Paths:
--------------
    trunk/dports/lang/spidermonkey/Portfile

Modified: trunk/dports/lang/spidermonkey/Portfile
===================================================================
--- trunk/dports/lang/spidermonkey/Portfile	2009-01-17 11:10:19 UTC (rev 45536)
+++ trunk/dports/lang/spidermonkey/Portfile	2009-01-17 11:17:38 UTC (rev 45537)
@@ -45,7 +45,7 @@
 
 use_parallel_build  no
 
-build.args          -f Makefile.ref LIBDIR="/lib" SO_SUFFIX=dylib JS_THREADSAFE=1
+build.args          -f Makefile.ref LIBDIR="/lib" SO_SUFFIX=dylib JS_THREADSAFE=1 CC=${configure.cc}
 
 variant fileobject description {add File object support} {
     build.args-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090117/b3508fad/attachment.html>


More information about the macports-changes mailing list