tomka       14/09/01 09:29:28

  Added:                leptonica-1.71-fix-openjpeg-test.patch
  Log:
  EAPI bump, fix bug 518540 for real
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  Changes    Path
1.1                  
media-libs/leptonica/files/leptonica-1.71-fix-openjpeg-test.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/files/leptonica-1.71-fix-openjpeg-test.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/files/leptonica-1.71-fix-openjpeg-test.patch?rev=1.1&content-type=text/plain

Index: leptonica-1.71-fix-openjpeg-test.patch
===================================================================
--- leptonica-1.71.orig/configure.ac    2014-08-31 14:33:16.834598973 +0200
+++ leptonica-1.71/configure.ac 2014-09-01 10:56:59.394975447 +0200
@@ -78,10 +78,10 @@
   )
 )
 
-AS_IF([test "x$with_libopenjp2" != xno],
+AS_IF([test "x$with_libopenjpeg" != xno],
   AC_CHECK_LIB([openjp2], [opj_create_decompress],
     AC_DEFINE([HAVE_LIBJP2K], 1, [Define to 1 if you have libopenjp2.]) 
AC_SUBST([LIBJP2K_LIBS], [-lopenjp2]),
-    AS_IF([test "x$with_libopenjp2" = xyes], AC_MSG_ERROR([libopenjp2 support 
requested but library not found]))
+    AS_IF([test "x$with_libopenjpeg" = xyes], AC_MSG_ERROR([libopenjp2 support 
requested but library not found]))
   )
 )
 




Reply via email to