[85975] trunk/dports/aqua/qt4-mac-devel/Portfile

michaelld at macports.org michaelld at macports.org
Mon Oct 17 17:15:42 PDT 2011


Revision: 85975
          http://trac.macports.org/changeset/85975
Author:   michaelld at macports.org
Date:     2011-10-17 17:15:42 -0700 (Mon, 17 Oct 2011)
Log Message:
-----------
qt4-mac-devel: do not use clang, for now; fixes ticket #31076, hopefully.

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac-devel/Portfile

Modified: trunk/dports/aqua/qt4-mac-devel/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac-devel/Portfile	2011-10-18 00:14:37 UTC (rev 85974)
+++ trunk/dports/aqua/qt4-mac-devel/Portfile	2011-10-18 00:15:42 UTC (rev 85975)
@@ -159,6 +159,11 @@
 # The build process uses -fconstant-cfstrings.
 # configure.compiler should therefore not be one of the MacPorts compilers.
 
+# does not work with clang, see #31076 .
+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/b2f8c92f/attachment-0001.html>


More information about the macports-changes mailing list