[84947] trunk/dports/x11/xorg-cf-files/Portfile

takanori at macports.org takanori at macports.org
Wed Oct 5 05:58:50 PDT 2011


Revision: 84947
          http://trac.macports.org/changeset/84947
Author:   takanori at macports.org
Date:     2011-10-05 05:58:47 -0700 (Wed, 05 Oct 2011)
Log Message:
-----------
not to use clang which produces broken darwin.cf (#31505)

Modified Paths:
--------------
    trunk/dports/x11/xorg-cf-files/Portfile

Modified: trunk/dports/x11/xorg-cf-files/Portfile
===================================================================
--- trunk/dports/x11/xorg-cf-files/Portfile	2011-10-05 11:22:19 UTC (rev 84946)
+++ trunk/dports/x11/xorg-cf-files/Portfile	2011-10-05 12:58:47 UTC (rev 84947)
@@ -5,6 +5,7 @@
 
 name         xorg-cf-files
 version      1.0.4
+revision     1
 categories   x11 devel
 license      X11
 platforms    darwin
@@ -24,6 +25,11 @@
                     sha1    c58b7252df481572ec1ccd77b9f1ab561ed89e45 \
                     rmd160  975942e8974812aae91c45d81eb27522e5aa0a5d
 
+# FIXME: clang produces broken darwin.cf file due to lack of configure.cpp.
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 post-configure {
     #ensure that configuration files are found
     reinplace "s|#define ConfigDir \$(LIBDIR)/config|#define ConfigDir ${prefix}/lib/X11/config|" ${worksrcpath}/X11.tmpl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111005/c55bc627/attachment.html>


More information about the macports-changes mailing list