summaryrefslogtreecommitdiff
path: root/imagescan/files/imagescan-3.63.0-autoconf-2.70.patch
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2022-01-29 16:16:09 +0100
committerMarcin Deranek <marcin.deranek@booking.com>2022-01-29 16:16:09 +0100
commit42be422b5252d526a74d15316abc9ccc24f8868c (patch)
treea8ffe9fa3a0b987553624516ffa4078fc38efc8e /imagescan/files/imagescan-3.63.0-autoconf-2.70.patch
parent67ef3600e8b820e0c2327eb0a058c04fc6f2e20c (diff)
downloadportage-42be422b5252d526a74d15316abc9ccc24f8868c.tar.gz
portage-42be422b5252d526a74d15316abc9ccc24f8868c.tar.bz2
portage-42be422b5252d526a74d15316abc9ccc24f8868c.zip
iscan-# became imagescan
Diffstat (limited to 'imagescan/files/imagescan-3.63.0-autoconf-2.70.patch')
-rw-r--r--imagescan/files/imagescan-3.63.0-autoconf-2.70.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/imagescan/files/imagescan-3.63.0-autoconf-2.70.patch b/imagescan/files/imagescan-3.63.0-autoconf-2.70.patch
new file mode 100644
index 0000000..bda9329
--- /dev/null
+++ b/imagescan/files/imagescan-3.63.0-autoconf-2.70.patch
@@ -0,0 +1,34 @@
+--- a/configure.ac 2020-10-19 22:50:43.160537331 +0200
++++ b/configure.ac 2020-10-19 22:56:41.724847150 +0200
+@@ -352,7 +352,7 @@
+ AM_CONDITIONAL([have_libusb], [test x != "x$LIBUSB_LIBS"])
+
+ AS_IF([test xno != "x$with_magick_pp"],
+- AS_CASE("x$with_magick_pp",
++ [AS_CASE("x$with_magick_pp",
+ [xGraphicsMagick],
+ [PKG_CHECK_MODULES([LIBMAGICK_PP], [GraphicsMagick++],
+ [AC_DEFINE([HAVE_GRAPHICS_MAGICK_PP], [1])])
+@@ -373,11 +373,11 @@
+ ],
+ [dnl default case
+ AC_MSG_ERROR([unknown value: --with-magick-pp=$with_magick_pp])
+- ]))
++ ])])
+ AM_CONDITIONAL([have_libmagick_pp], [test x != "x$LIBMAGICK_PP_LIBS"])
+
+ AS_IF([test xno != "x$with_magick"],
+- AS_CASE("x$with_magick",
++ [AS_CASE("x$with_magick",
+ [xGraphicsMagick],
+ [AC_CHECK_PROGS([MAGICK_CONVERT], [gm])
+ AS_IF([test xgm != x$MAGICK_CONVERT],
+@@ -408,7 +408,7 @@
+ ],
+ [dnl default case
+ AC_MSG_ERROR([unknown value: --with-magick=$with_magick])
+- ]))
++ ])])
+ AC_DEFINE_UNQUOTED([MAGICK_CONVERT], ["$MAGICK_CONVERT"])
+ AM_CONDITIONAL([have_magick], [test x != "x$MAGICK_CONVERT"])
+