[92339] trunk/dports/graphics/cairo/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Apr 25 08:45:42 PDT 2012


Revision: 92339
          https://trac.macports.org/changeset/92339
Author:   macsforever2000 at macports.org
Date:     2012-04-25 08:45:42 -0700 (Wed, 25 Apr 2012)
Log Message:
-----------
cairo: workaround for clang. (#34137)

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

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2012-04-25 14:50:22 UTC (rev 92338)
+++ trunk/dports/graphics/cairo/Portfile	2012-04-25 15:45:42 UTC (rev 92339)
@@ -22,7 +22,7 @@
 
 description                 a vector graphics library with cross-device output support
 
-long_description            Cairo is ${description}. It's designed to produce \
+long_description            Cairo is ${description}. It is designed to produce \
                             identical output on all output media while taking \
                             advantage of display hardware acceleration when \
                             available (e.g. through the X Render Extension).
@@ -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/44c3e203/attachment.html>


More information about the macports-changes mailing list