[88554] trunk/dports/x11/fsv/Portfile

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


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

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

Modified: trunk/dports/x11/fsv/Portfile
===================================================================
--- trunk/dports/x11/fsv/Portfile	2012-01-04 06:28:02 UTC (rev 88553)
+++ trunk/dports/x11/fsv/Portfile	2012-01-04 06:28:47 UTC (rev 88554)
@@ -14,6 +14,11 @@
 master_sites.mirror_subdir  ${name}
 
 checksums         md5 0f68e27d638c45dbdf4f66fa19f811f0
+
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args    --with-gtkgl-prefix=${prefix} --with-included-gettext --disable-nls
 
 use_parallel_build yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/4a6b2533/attachment-0001.html>


More information about the macports-changes mailing list