[85974] trunk/dports/aqua/qt4-mac/Portfile
michaelld at macports.org
michaelld at macports.org
Mon Oct 17 17:14:37 PDT 2011
Revision: 85974
http://trac.macports.org/changeset/85974
Author: michaelld at macports.org
Date: 2011-10-17 17:14:37 -0700 (Mon, 17 Oct 2011)
Log Message:
-----------
qt4-mac: do not use clang for now; fixes tickets #30271 and #31638, hopefully.
Modified Paths:
--------------
trunk/dports/aqua/qt4-mac/Portfile
Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile 2011-10-17 23:41:20 UTC (rev 85973)
+++ trunk/dports/aqua/qt4-mac/Portfile 2011-10-18 00:14:37 UTC (rev 85974)
@@ -174,6 +174,11 @@
# The build process uses -fconstant-cfstrings.
# configure.compiler should therefore not be one of the MacPorts compilers.
+# does not work with clang, see #30271 and #31638 .
+if {${configure.compiler} == "clang"} {
+ configure.compiler llvm-gcc-4.2
+}
+
# --prefix is not recognized.
configure.pre_args-delete --prefix=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111017/4c37898c/attachment.html>
More information about the macports-changes
mailing list