[88797] trunk/dports/graphics/webp/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 11 15:15:30 PST 2012


Revision: 88797
          http://trac.macports.org/changeset/88797
Author:   ryandesign at macports.org
Date:     2012-01-11 15:15:30 -0800 (Wed, 11 Jan 2012)
Log Message:
-----------
webp: fix compilation failure on darwin 9 by using gcc-4.2; see #32825

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

Modified: trunk/dports/graphics/webp/Portfile
===================================================================
--- trunk/dports/graphics/webp/Portfile	2012-01-11 23:14:49 UTC (rev 88796)
+++ trunk/dports/graphics/webp/Portfile	2012-01-11 23:15:30 UTC (rev 88797)
@@ -61,6 +61,10 @@
         ${docdir}
 }
 
+platform darwin 9 {
+    configure.compiler gcc-4.2
+}
+
 variant debug description {Compile with debugging information and reduce optimization level} {
     configure.optflags -O1
     configure.cflags-append -ggdb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120111/0831e5e4/attachment.html>


More information about the macports-changes mailing list