[86778] trunk/dports/devel/glib1/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 3 18:46:38 PDT 2011


Revision: 86778
          http://trac.macports.org/changeset/86778
Author:   ryandesign at macports.org
Date:     2011-11-03 18:46:36 -0700 (Thu, 03 Nov 2011)
Log Message:
-----------
glib1: use llvm-gcc-4.2 instead of clang; see #31876

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

Modified: trunk/dports/devel/glib1/Portfile
===================================================================
--- trunk/dports/devel/glib1/Portfile	2011-11-04 01:30:04 UTC (rev 86777)
+++ trunk/dports/devel/glib1/Portfile	2011-11-04 01:46:36 UTC (rev 86778)
@@ -63,6 +63,10 @@
     system -W ${worksrcpath} "patch -p0 < ${filespath}/patch-ltmain.sh.diff"
 }
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.ccache            no
 
 configure.ldflags-delete    -L${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111103/0b927062/attachment.html>


More information about the macports-changes mailing list