Revision
74618
Author
raimue@macports.org
Date
2010-12-23 18:18:55 -0800 (Thu, 23 Dec 2010)

Log Message

devel/jam: Ensure we are UsingTheRightCompiler

Modified Paths

Diff

Modified: trunk/dports/devel/jam/Portfile (74617 => 74618)


--- 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.