[77583] trunk/dports/devel/nodejs/Portfile

raimue at macports.org raimue at macports.org
Tue Apr 5 00:18:43 PDT 2011


Revision: 77583
          http://trac.macports.org/changeset/77583
Author:   raimue at macports.org
Date:     2011-04-05 00:18:41 -0700 (Tue, 05 Apr 2011)
Log Message:
-----------
devel/nodejs:
Make sure we are always UsingTheRightCompiler, closes #28730

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

Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile	2011-04-05 05:48:08 UTC (rev 77582)
+++ trunk/dports/devel/nodejs/Portfile	2011-04-05 07:18:41 UTC (rev 77583)
@@ -54,5 +54,10 @@
 #                            port:libxslt
 #}
 
+build.args-append   CC=${configure.cc} \
+                    CXX=${configure.cxx} \
+                    CFLAGS="${configure.cflags} ${configure.cc_archflags}"\
+                    LDFLAGS="${configure.ldflags} ${configure.ld_archflags}"
+
 livecheck.type      regex
 livecheck.regex     ">node-v(\\d+(?:\\.\\d+)*)${extract.suffix}<"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110405/ad8e1448/attachment.html>


More information about the macports-changes mailing list