aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-10-12 06:01:00 +0800
committermm <mm@FreeBSD.org>2011-10-12 06:01:00 +0800
commitb83aab997cf73975e77a30d60c954ffff3040307 (patch)
tree0157050f52ea97ddd024cf89766117b0e17b46e5 /graphics
parent3b110381ce5f71c398ee78e0eb35bee6c82c5833 (diff)
downloadfreebsd-ports-gnome-b83aab997cf73975e77a30d60c954ffff3040307.tar.gz
freebsd-ports-gnome-b83aab997cf73975e77a30d60c954ffff3040307.tar.zst
freebsd-ports-gnome-b83aab997cf73975e77a30d60c954ffff3040307.zip
- Add missing patch for configure
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/files/patch-configure22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/ImageMagick/files/patch-configure b/graphics/ImageMagick/files/patch-configure
new file mode 100644
index 000000000000..29e2b4cd392e
--- /dev/null
+++ b/graphics/ImageMagick/files/patch-configure
@@ -0,0 +1,22 @@
+--- configure.orig 2011-10-11 16:57:23.403957757 +0200
++++ configure 2011-10-11 16:58:06.944958010 +0200
+@@ -30070,8 +30070,8 @@
+
+ if test $passed -gt 0; then
+ for var in 5 4 2 '' ; do
+- if test "$have_png" == 'no' ; then
+- if test "x${var}" == 'x' ; then
++ if test "$have_png" = 'no' ; then
++ if test "x${var}" = 'x' ; then
+ pnglib='png'
+ else
+ pnglib="png1${var}"
+@@ -30080,7 +30080,7 @@
+ # Test for compatible LIBPNG library
+ failed=0
+ passed=0
+- if test "$with_png" == 'yes' -o "$with_png" == "libpng1${var}" ; then
++ if test "$with_png" = 'yes' -o "$with_png" = "libpng1${var}" ; then
+ if test "${pnglib}" != 'png' ; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBPNG1${var} support " >&5
+ $as_echo_n "checking for LIBPNG1${var} support ... " >&6; }