openbsd-ports/graphics/gwenview/patches/patch-configure_in
espie 25fb7abdfa update to 1.4.1, requested by brad.
gwenview now uses exiv2, as do some other kde pieces (so exif
is probably no longer be needed for kde at all in the near future).
Bump the gwenviewcore major: the cache public object now sports a nice
pimpl, so the interface cannot be the same...
2006-12-18 17:05:49 +00:00

13 lines
443 B
Plaintext

$OpenBSD: patch-configure_in,v 1.2 2006/12/18 17:05:49 espie Exp $
--- configure.in.orig Sun Nov 26 12:03:12 2006
+++ configure.in Mon Dec 18 17:10:53 2006
@@ -169,7 +169,7 @@ KDE_CHECK_HEADER(libmng.h,
[
AC_DEFINE_UNQUOTED(HAVE_LIBMNG, 1, [Define if you have libmng])
LIBMNG="-lmng $LIBZ -lm"
- ], [], $LIBZ -lm)
+ ], [], -llcms -ljpeg $LIBZ -lm)
])
AC_SUBST(LIBMNG)
if test -z "$LIBMNG"; then