[88553] trunk/dports/x11/gtkglarea/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 3 22:28:02 PST 2012


Revision: 88553
          http://trac.macports.org/changeset/88553
Author:   ryandesign at macports.org
Date:     2012-01-03 22:28:02 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
gtkglarea: use llvm-gcc-4.2 instead of clang; see #32561

Modified Paths:
--------------
    trunk/dports/x11/gtkglarea/Portfile

Modified: trunk/dports/x11/gtkglarea/Portfile
===================================================================
--- trunk/dports/x11/gtkglarea/Portfile	2012-01-04 06:19:44 UTC (rev 88552)
+++ trunk/dports/x11/gtkglarea/Portfile	2012-01-04 06:28:02 UTC (rev 88553)
@@ -33,4 +33,8 @@
 
 patchfiles          patch-gtkgl.m4.diff
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 use_parallel_build  yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/7d0bc266/attachment.html>


More information about the macports-changes mailing list