summaryrefslogtreecommitdiff
path: root/media-gfx/iscan/files/iscan-3.63.0-autoconf-2.70.patch
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2021-03-10 14:31:51 +0100
committerMarcin Deranek <marcin.deranek@booking.com>2021-03-10 14:31:57 +0100
commit7328465b4c8b0340f1a2a06912abbf4f0bc750dc (patch)
treebe2546d987bdfcb8ba12c1a364440ac69748411a /media-gfx/iscan/files/iscan-3.63.0-autoconf-2.70.patch
parent19df68c7fde1eeab64144996e7511316a08c94d9 (diff)
downloadportage-7328465b4c8b0340f1a2a06912abbf4f0bc750dc.tar.gz
portage-7328465b4c8b0340f1a2a06912abbf4f0bc750dc.tar.bz2
portage-7328465b4c8b0340f1a2a06912abbf4f0bc750dc.zip
Already upstream
Diffstat (limited to 'media-gfx/iscan/files/iscan-3.63.0-autoconf-2.70.patch')
-rw-r--r--media-gfx/iscan/files/iscan-3.63.0-autoconf-2.70.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/media-gfx/iscan/files/iscan-3.63.0-autoconf-2.70.patch b/media-gfx/iscan/files/iscan-3.63.0-autoconf-2.70.patch
deleted file mode 100644
index bda9329..0000000
--- a/media-gfx/iscan/files/iscan-3.63.0-autoconf-2.70.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- 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"])
-