[88919] trunk/dports/graphics/ImageMagick/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jan 14 20:12:56 PST 2012


Revision: 88919
          http://trac.macports.org/changeset/88919
Author:   ryandesign at macports.org
Date:     2012-01-14 20:12:53 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
ImageMagick: disable webp on darwin 8 i386

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

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2012-01-15 04:03:23 UTC (rev 88918)
+++ trunk/dports/graphics/ImageMagick/Portfile	2012-01-15 04:12:53 UTC (rev 88919)
@@ -110,6 +110,7 @@
                             --with-lcms \
                             --with-png \
                             --with-tiff \
+                            --with-webp \
                             --with-zlib \
                             --with-modules \
                             --with-xml \
@@ -137,6 +138,14 @@
 test.target                 check
 test.env                    DYLD_LIBRARY_PATH=${worksrcpath}/magick/.libs
 
+platform darwin 8 i386 {
+    # webp doesn't currently build on darwin 8 i386
+    depends_lib-delete          port:webp
+    archcheck.files-delete      lib/libwebp.dylib
+    configure.args-delete       --with-webp
+    configure.args-append       --without-webp
+}
+
 variant graphviz description {Support Graphviz} {
     depends_lib-append      path:bin/dot:graphviz
     archcheck.files-append  lib/libgvc.dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/062d5218/attachment.html>


More information about the macports-changes mailing list