Modified: trunk/dports/graphics/ImageMagick/Portfile (38768 => 38769)
--- trunk/dports/graphics/ImageMagick/Portfile 2008-07-31 01:05:53 UTC (rev 38768)
+++ trunk/dports/graphics/ImageMagick/Portfile 2008-07-31 01:35:47 UTC (rev 38769)
@@ -4,6 +4,7 @@
name ImageMagick
version 6.4.2-5
+revision 1
homepage http://www.imagemagick.org/
categories graphics devel
maintainers ryandesign
@@ -56,6 +57,9 @@
depends_build \
port:pkgconfig
+patchfiles \
+ patch-magick-distort.h.diff
+
configure.args \
--enable-shared \
--enable-static \
Added: trunk/dports/graphics/ImageMagick/files/patch-magick-distort.h.diff (0 => 38769)
--- trunk/dports/graphics/ImageMagick/files/patch-magick-distort.h.diff (rev 0)
+++ trunk/dports/graphics/ImageMagick/files/patch-magick-distort.h.diff 2008-07-31 01:35:47 UTC (rev 38769)
@@ -0,0 +1,11 @@
+--- magick/distort.h 2008-07-26 13:27:55.000000000 -0500
++++ magick/distort.h 2008-07-30 20:06:43.000000000 -0500
+@@ -58,7 +58,7 @@
+ PolynomialColorInterpolate = PolynomialDistortion,
+ ShepardsColorInterpolate = ShepardsDistortion,
+ /* Methods unique to SparseColorInterpolate() from here */
+- VoronoiColorInterpolate = SentinelDistortion,
++ VoronoiColorInterpolate = SentinelDistortion
+ } SparseColorInterpolateMethod;
+
+ extern MagickExport Image