* [gentoo-commits] gentoo-x86 commit in media-libs/leptonica/files: leptonica-1.71-fix-openjpeg-test.patch
@ 2014-09-01 9:29 Thomas Kahle (tomka)
0 siblings, 0 replies; only message in thread
From: Thomas Kahle (tomka) @ 2014-09-01 9:29 UTC (permalink / raw
To: gentoo-commits
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]))
)
)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-01 9:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01 9:29 [gentoo-commits] gentoo-x86 commit in media-libs/leptonica/files: leptonica-1.71-fix-openjpeg-test.patch Thomas Kahle (tomka)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox