[90562] trunk/dports/textproc/sdcv/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 8 18:09:24 PST 2012


Revision: 90562
          http://trac.macports.org/changeset/90562
Author:   ryandesign at macports.org
Date:     2012-03-08 18:09:23 -0800 (Thu, 08 Mar 2012)
Log Message:
-----------
sdcv: use llvm-gcc-4.2 instead of clang; see #33500

Modified Paths:
--------------
    trunk/dports/textproc/sdcv/Portfile

Modified: trunk/dports/textproc/sdcv/Portfile
===================================================================
--- trunk/dports/textproc/sdcv/Portfile	2012-03-09 01:49:10 UTC (rev 90561)
+++ trunk/dports/textproc/sdcv/Portfile	2012-03-09 02:09:23 UTC (rev 90562)
@@ -34,6 +34,10 @@
 use_autoreconf          yes
 autoreconf.args         -fvi
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 depends_build-append    port:pkgconfig
 
 depends_lib             port:gettext \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120308/a685a214/attachment-0001.html>


More information about the macports-changes mailing list