Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/leptonica/files: leptonica-1.71-fix-openjpeg-test.patch
Date: Mon, 01 Sep 2014 09:29:32
Message-Id: 20140901092928.C42E746B6@oystercatcher.gentoo.org
1 tomka 14/09/01 09:29:28
2
3 Added: leptonica-1.71-fix-openjpeg-test.patch
4 Log:
5 EAPI bump, fix bug 518540 for real
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
8
9 Revision Changes Path
10 1.1 media-libs/leptonica/files/leptonica-1.71-fix-openjpeg-test.patch
11
12 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
13 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
14
15 Index: leptonica-1.71-fix-openjpeg-test.patch
16 ===================================================================
17 --- leptonica-1.71.orig/configure.ac 2014-08-31 14:33:16.834598973 +0200
18 +++ leptonica-1.71/configure.ac 2014-09-01 10:56:59.394975447 +0200
19 @@ -78,10 +78,10 @@
20 )
21 )
22
23 -AS_IF([test "x$with_libopenjp2" != xno],
24 +AS_IF([test "x$with_libopenjpeg" != xno],
25 AC_CHECK_LIB([openjp2], [opj_create_decompress],
26 AC_DEFINE([HAVE_LIBJP2K], 1, [Define to 1 if you have libopenjp2.]) AC_SUBST([LIBJP2K_LIBS], [-lopenjp2]),
27 - AS_IF([test "x$with_libopenjp2" = xyes], AC_MSG_ERROR([libopenjp2 support requested but library not found]))
28 + AS_IF([test "x$with_libopenjpeg" = xyes], AC_MSG_ERROR([libopenjp2 support requested but library not found]))
29 )
30 )