[74618] trunk/dports/devel/jam/Portfile

raimue at macports.org raimue at macports.org
Thu Dec 23 18:19:01 PST 2010


Revision: 74618
          http://trac.macports.org/changeset/74618
Author:   raimue at macports.org
Date:     2010-12-23 18:18:55 -0800 (Thu, 23 Dec 2010)
Log Message:
-----------
devel/jam: Ensure we are UsingTheRightCompiler

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

Modified: trunk/dports/devel/jam/Portfile
===================================================================
--- trunk/dports/devel/jam/Portfile	2010-12-24 01:53:37 UTC (rev 74617)
+++ trunk/dports/devel/jam/Portfile	2010-12-24 02:18:55 UTC (rev 74618)
@@ -66,7 +66,9 @@
         set CFLAGS [join ${configure.universal_archs} " -arch "]
         set CFLAGS "-arch ${CFLAGS}"
     }
-    build.cmd CFLAGS=\"${CFLAGS}\" ${build.cmd}
+    build.cmd-append \
+        CC="${configure.cc}" \
+        CFLAGS=\"${CFLAGS}\"
 }
 
 # Installation.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101223/c24315ab/attachment.html>


More information about the macports-changes mailing list