Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/tiff/files: tiff-4.0.0-missing_lzma_pkgconfig.patch
Date: Tue, 10 Jan 2012 18:54:01
Message-Id: 20120110185349.24C982004B@flycatcher.gentoo.org
1 ssuominen 12/01/10 18:53:49
2
3 Added: tiff-4.0.0-missing_lzma_pkgconfig.patch
4 Log:
5 Insert -llzma to the Libs.private: -line in the libtiff-4.pc for static linking wrt #396531 by Alan Hourihane
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-libs/tiff/files/tiff-4.0.0-missing_lzma_pkgconfig.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/files/tiff-4.0.0-missing_lzma_pkgconfig.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/files/tiff-4.0.0-missing_lzma_pkgconfig.patch?rev=1.1&content-type=text/plain
14
15 Index: tiff-4.0.0-missing_lzma_pkgconfig.patch
16 ===================================================================
17 http://bugzilla.maptools.org/show_bug.cgi?id=2345
18
19 --- configure
20 +++ configure
21 @@ -18016,6 +18016,7 @@
22 $as_echo "#define LZMA_SUPPORT 1" >>confdefs.h
23
24 LIBS="-llzma $LIBS"
25 + tiff_libs_private="-llzma ${tiff_libs_private}"
26
27 if test "$HAVE_RPATH" = "yes" -a "x$with_lzma_lib_dir" != "x" ; then
28 LIBDIR="-R $with_lzma_lib_dir $LIBDIR"
29 --- configure.ac
30 +++ configure.ac
31 @@ -720,6 +720,7 @@
32 if test "$HAVE_LZMA" = "yes" ; then
33 AC_DEFINE(LZMA_SUPPORT,1,[Support LZMA2 compression])
34 LIBS="-llzma $LIBS"
35 + tiff_libs_private="-llzma ${tiff_libs_private}"
36
37 if test "$HAVE_RPATH" = "yes" -a "x$with_lzma_lib_dir" != "x" ; then
38 LIBDIR="-R $with_lzma_lib_dir $LIBDIR"