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-gfx/graphicsmagick/files: graphicsmagick-1.3.13-lzma_configure.patch
Date: Wed, 28 Dec 2011 20:59:41
Message-Id: 20111228205928.454C12004B@flycatcher.gentoo.org
1 ssuominen 11/12/28 20:59:28
2
3 Added: graphicsmagick-1.3.13-lzma_configure.patch
4 Log:
5 Version bump wrt #395611 by Ivan S. Titov
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-gfx/graphicsmagick/files/graphicsmagick-1.3.13-lzma_configure.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphicsmagick/files/graphicsmagick-1.3.13-lzma_configure.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/graphicsmagick/files/graphicsmagick-1.3.13-lzma_configure.patch?rev=1.1&content-type=text/plain
14
15 Index: graphicsmagick-1.3.13-lzma_configure.patch
16 ===================================================================
17 --- configure
18 +++ configure
19 @@ -1061,6 +1061,7 @@
20 with_jp2
21 with_lcms
22 with_lcms2
23 +with_lzma
24 with_png
25 with_tiff
26 with_trio
27 @@ -20007,9 +20008,9 @@
28
29 # Disable LZMA (lzma library)
30
31 -# Check whether --with-bzlib was given.
32 -if test "${with_bzlib+set}" = set; then :
33 - withval=$with_bzlib; with_lzma=$withval
34 +# Check whether --with-lzma was given.
35 +if test "${with_lzma+set}" = set; then :
36 + withval=$with_lzma; with_lzma=$withval
37 else
38 with_lzma='yes'
39 fi
40 --- configure.ac
41 +++ configure.ac
42 @@ -694,7 +694,7 @@
43 fi
44
45 # Disable LZMA (lzma library)
46 -AC_ARG_WITH(bzlib,
47 +AC_ARG_WITH(lzma,
48 [ --without-lzma disable LZMA support],
49 [with_lzma=$withval],
50 [with_lzma='yes'])