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

ryandesign at macports.org ryandesign at macports.org
Sat Jan 14 19:06:39 PST 2012


Revision: 88914
          http://trac.macports.org/changeset/88914
Author:   ryandesign at macports.org
Date:     2012-01-14 19:06:38 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
webp: disable on darwin 8 i386

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

Modified: trunk/dports/graphics/webp/Portfile
===================================================================
--- trunk/dports/graphics/webp/Portfile	2012-01-15 03:04:03 UTC (rev 88913)
+++ trunk/dports/graphics/webp/Portfile	2012-01-15 03:06:38 UTC (rev 88914)
@@ -61,6 +61,14 @@
         ${docdir}
 }
 
+platform darwin 8 i386 {
+    pre-fetch {
+        ui_error "${name} ${version} cannot be compiled on Intel Macs running Mac OS X 10.4."
+        ui_error "See http://code.google.com/p/webp/issues/detail?id=103"
+        return -code error "incompatible Mac OS X version"
+    }
+}
+
 platform darwin 9 i386 {
     configure.compiler gcc-4.2
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/f29bb3c2/attachment-0001.html>


More information about the macports-changes mailing list