From f4fc10428424904caf2035cffc442195cb088b2c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Jul 2021 10:27:13 +0100 Subject: gentoo resync : 28.07.2021 --- .../ufraw/files/ufraw-0.22-jasper-automagic.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 media-gfx/ufraw/files/ufraw-0.22-jasper-automagic.patch (limited to 'media-gfx/ufraw/files/ufraw-0.22-jasper-automagic.patch') diff --git a/media-gfx/ufraw/files/ufraw-0.22-jasper-automagic.patch b/media-gfx/ufraw/files/ufraw-0.22-jasper-automagic.patch deleted file mode 100644 index 93e1d691af1d..000000000000 --- a/media-gfx/ufraw/files/ufraw-0.22-jasper-automagic.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -159,8 +159,16 @@ - have_jpeg=${ac_cv_lib_jpeg_jpeg_CreateCompress:-no} - - # Check for libjasper. --AC_CHECK_LIB(jasper, jas_image_decode) --have_jasper=${ac_cv_lib_jasper_jas_image_decode:-no} -+AC_ARG_ENABLE([jasper], -+ AS_HELP_STRING([--enable-jasper], [enable JPEG2000 support])) -+ -+have_jasper=no -+AS_IF([test "x$enable_jasper" = "xyes"], [ -+ AC_SEARCH_LIBS([jas_image_decode], [jasper], [have_jasper=yes], [ -+ AC_MSG_ERROR([unable to find the jas_image_decode() function]) -+ ]) -+]) -+ - - # Check for tiff headers and library. - PKG_CHECK_MODULES(LIBTIFF, libtiff-4, -- cgit v1.2.3