[93739] trunk/dports/x11/xscreensaver/Portfile

mww at macports.org mww at macports.org
Tue May 29 02:01:46 PDT 2012


Revision: 93739
          https://trac.macports.org/changeset/93739
Author:   mww at macports.org
Date:     2012-05-29 02:01:46 -0700 (Tue, 29 May 2012)
Log Message:
-----------
xscreensaver: dont use clang

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

Modified: trunk/dports/x11/xscreensaver/Portfile
===================================================================
--- trunk/dports/x11/xscreensaver/Portfile	2012-05-29 07:50:14 UTC (rev 93738)
+++ trunk/dports/x11/xscreensaver/Portfile	2012-05-29 09:01:46 UTC (rev 93739)
@@ -23,6 +23,10 @@
 
 depends_lib         port:gtk2 port:libglade2 port:xpm port:xorg-libXmu
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args      --with-gtk --without-motif
 configure.ldflags   -lintl
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120529/b09c6907/attachment.html>


More information about the macports-changes mailing list