Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg/files: tkimg-1.4-jbig.patch
Date: Thu, 01 Dec 2011 08:23:35
Message-Id: 20111201082321.B11CB2004C@flycatcher.gentoo.org
1 jlec 11/12/01 08:23:21
2
3 Added: tkimg-1.4-jbig.patch
4 Log:
5 Remove automagic detection of jbig present on the system, #392675
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-tcltk/tkimg/files/tkimg-1.4-jbig.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/files/tkimg-1.4-jbig.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tkimg/files/tkimg-1.4-jbig.patch?rev=1.1&content-type=text/plain
14
15 Index: tkimg-1.4-jbig.patch
16 ===================================================================
17 --- tkimg1.4/libtiff/configure.in 2010-07-06 15:48:46.000000000 +0200
18 +++ tkimg1.4/libtiff/configure.in 2011-02-28 23:24:18.471259943 +0100
19 @@ -67,7 +67,7 @@
20 else
21 TIFFHOST="$host"
22 fi
23 -${srcdir}/../compat/libtiff/configure --disable-zlib --disable-pixarlog --disable-jpeg \
24 +${srcdir}/../compat/libtiff/configure --disable-zlib --disable-pixarlog --disable-jpeg --disable-jbig \
25 "--with-CC=$TIFFCC" $TIFFHOST
26 mv -f tifftcl_confdefs.h confdefs.h
27
28 --- tkimg1.4/libtiff/configure 2010-07-07 10:09:46.000000000 +0200
29 +++ tkimg1.4/libtiff/configure 2011-02-28 23:25:53.529824614 +0100
30 @@ -5133,7 +5133,7 @@
31 else
32 TIFFHOST="$host"
33 fi
34 -${srcdir}/../compat/libtiff/configure --disable-zlib --disable-pixarlog --disable-jpeg \
35 +${srcdir}/../compat/libtiff/configure --disable-zlib --disable-pixarlog --disable-jpeg --disable-jbig \
36 "--with-CC=$TIFFCC" $TIFFHOST
37 mv -f tifftcl_confdefs.h confdefs.h