[87854] trunk/dports/graphics/GraphicsMagick/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Dec 9 02:11:47 PST 2011


Revision: 87854
          http://trac.macports.org/changeset/87854
Author:   ryandesign at macports.org
Date:     2011-12-09 02:11:47 -0800 (Fri, 09 Dec 2011)
Log Message:
-----------
GraphicsMagick: force use of libtool port instead of included ltdl; see #32467

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

Modified: trunk/dports/graphics/GraphicsMagick/Portfile
===================================================================
--- trunk/dports/graphics/GraphicsMagick/Portfile	2011-12-09 10:02:48 UTC (rev 87853)
+++ trunk/dports/graphics/GraphicsMagick/Portfile	2011-12-09 10:11:47 UTC (rev 87854)
@@ -6,8 +6,7 @@
 
 name                    GraphicsMagick
 version                 1.3.12
-# skip revision 3
-revision        2
+revision                4
 set branch              [join [lrange [split ${version} .] 0 1] .]
 categories              graphics
 platforms               darwin
@@ -37,6 +36,7 @@
                         port:tiff \
                         port:freetype \
                         port:libiconv \
+                        port:libtool \
                         port:lcms \
                         port:jpeg
 
@@ -47,6 +47,7 @@
                         lib/libtiff.dylib \
                         lib/libfreetype.dylib \
                         lib/libiconv.dylib \
+                        lib/libltdl.dylib \
                         lib/liblcms.dylib \
                         lib/libjpeg.dylib
 
@@ -72,6 +73,7 @@
                         --with-zlib=yes \
                         --with-xml=yes \
                         --with-ttf=yes \
+                        --without-included-ltdl \
                         --enable-shared=yes
 
 use_parallel_build      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111209/985ae99c/attachment.html>


More information about the macports-changes mailing list