[92341] trunk/dports/graphics/cairo-devel/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Apr 25 08:49:20 PDT 2012


Revision: 92341
          https://trac.macports.org/changeset/92341
Author:   macsforever2000 at macports.org
Date:     2012-04-25 08:49:19 -0700 (Wed, 25 Apr 2012)
Log Message:
-----------
cairo-devel: workaround for clang. For real this time. (#34137)

Modified Paths:
--------------
    trunk/dports/graphics/cairo-devel/Portfile

Modified: trunk/dports/graphics/cairo-devel/Portfile
===================================================================
--- trunk/dports/graphics/cairo-devel/Portfile	2012-04-25 15:45:51 UTC (rev 92340)
+++ trunk/dports/graphics/cairo-devel/Portfile	2012-04-25 15:49:19 UTC (rev 92341)
@@ -100,6 +100,11 @@
 }
 }
 
+# https://trac.macports.org/ticket/34137
+if {${configure.compiler}=="clang"} {
+    configure.compiler  llvm-gcc-4.2
+}
+
 if {${configure.compiler} == "llvm-gcc-4.2"} {
     patchfiles-append       patch-llvm-gcc-lto.diff
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120425/6b86a586/attachment.html>


More information about the macports-changes mailing list