Modified: trunk/dports/graphics/ImageMagick/Portfile (116574 => 116575)
--- trunk/dports/graphics/ImageMagick/Portfile 2014-01-29 03:44:19 UTC (rev 116574)
+++ trunk/dports/graphics/ImageMagick/Portfile 2014-01-29 06:52:05 UTC (rev 116575)
@@ -8,6 +8,7 @@
name ImageMagick
version 6.8.8-3
+revision 1
set reasonable_version [lindex [split ${version} -] 0]
homepage http://www.imagemagick.org/
categories graphics devel
@@ -71,6 +72,8 @@
conflicts_build cryptlib
}
+patchfiles-append patch-magick-compare.h.diff
+
configure.ccache no
use_autoreconf yes
Added: trunk/dports/graphics/ImageMagick/files/patch-magick-compare.h.diff (0 => 116575)
--- trunk/dports/graphics/ImageMagick/files/patch-magick-compare.h.diff (rev 0)
+++ trunk/dports/graphics/ImageMagick/files/patch-magick-compare.h.diff 2014-01-29 06:52:05 UTC (rev 116575)
@@ -0,0 +1,11 @@
+--- magick/compare.h.orig 2014-01-08 12:24:56.000000000 -0600
++++ magick/compare.h 2014-01-29 00:46:27.000000000 -0600
+@@ -37,7 +37,7 @@
+ NormalizedCrossCorrelationErrorMetric,
+ FuzzErrorMetric,
+ UndefinedErrorMetric = 0,
+- PerceptualHashErrorMetric = 0xff,
++ PerceptualHashErrorMetric = 0xff
+ } MetricType;
+
+ extern MagickExport double