[91666] trunk/dports/devel/smake/Portfile

jmr at macports.org jmr at macports.org
Sat Apr 7 05:35:23 PDT 2012


Revision: 91666
          https://trac.macports.org/changeset/91666
Author:   jmr at macports.org
Date:     2012-04-07 05:35:21 -0700 (Sat, 07 Apr 2012)
Log Message:
-----------
smake: avoid hang that occurs when llvm-gcc-4.2 is used (#31616)

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

Modified: trunk/dports/devel/smake/Portfile
===================================================================
--- trunk/dports/devel/smake/Portfile	2012-04-07 11:58:27 UTC (rev 91665)
+++ trunk/dports/devel/smake/Portfile	2012-04-07 12:35:21 UTC (rev 91666)
@@ -23,7 +23,13 @@
 
 use_configure	no
 
+# https://trac.macports.org/ticket/31616
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+    configure.compiler  clang
+}
+
 build.type		gnu
+build.args      CC=${configure.cc}
 use_parallel_build  no
 
 destroot.destdir	INS_BASE=${destroot}${prefix} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120407/c1a0c543/attachment-0001.html>


More information about the macports-changes mailing list