[85061] trunk/dports/graphics/inkscape/Portfile

devans at macports.org devans at macports.org
Sat Oct 8 09:44:30 PDT 2011


Revision: 85061
          http://trac.macports.org/changeset/85061
Author:   devans at macports.org
Date:     2011-10-08 09:44:27 -0700 (Sat, 08 Oct 2011)
Log Message:
-----------
inkscape: where clang is the default use llvm-gcc-4.2 instead, #31492.

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

Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile	2011-10-08 16:27:44 UTC (rev 85060)
+++ trunk/dports/graphics/inkscape/Portfile	2011-10-08 16:44:27 UTC (rev 85061)
@@ -83,6 +83,10 @@
         ${prefix}/bin/python2.7
 }
 
+if {${configure.compiler} == "clang"}  {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args  \
         --mandir=${prefix}/share/man \
         --with-xft \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111008/d3ff4bc0/attachment.html>


More information about the macports-changes mailing list