[86446] trunk/dports/graphics/enblend/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Oct 25 17:03:46 PDT 2011


Revision: 86446
          http://trac.macports.org/changeset/86446
Author:   ryandesign at macports.org
Date:     2011-10-25 17:03:43 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
enblend: use llvm-gcc-4.2 instead of clang; see #31762

Modified Paths:
--------------
    trunk/dports/graphics/enblend/Portfile

Modified: trunk/dports/graphics/enblend/Portfile
===================================================================
--- trunk/dports/graphics/enblend/Portfile	2011-10-25 23:53:50 UTC (rev 86445)
+++ trunk/dports/graphics/enblend/Portfile	2011-10-26 00:03:43 UTC (rev 86446)
@@ -34,6 +34,10 @@
                 --enable-image-cache=yes \
                 --enable-split-doc=no
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 # The build uses vast amounts of memory per job.
 use_parallel_build  no
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111025/427f7a21/attachment.html>


More information about the macports-changes mailing list