Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/gutenprint/files: gutenprint-5.2.5-Makefile.patch
Date: Fri, 09 Jul 2010 05:58:38
Message-Id: 20100709055834.8E54C2CE14@corvid.gentoo.org
1 jer 10/07/09 05:58:34
2
3 Added: gutenprint-5.2.5-Makefile.patch
4 Log:
5 Do not install sequence.h twice by Dominik Köppl, patch by Fabian Henze (bug #317985).
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-print/gutenprint/files/gutenprint-5.2.5-Makefile.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/gutenprint/files/gutenprint-5.2.5-Makefile.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/gutenprint/files/gutenprint-5.2.5-Makefile.patch?rev=1.1&content-type=text/plain
13
14 Index: gutenprint-5.2.5-Makefile.patch
15 ===================================================================
16 --- a/include/gutenprint/Makefile.in 2010-02-12 02:04:25.000000000 +0100
17 +++ b/include/gutenprint/Makefile.in 2010-07-05 16:33:39.000000000 +0200
18 @@ -295,7 +295,6 @@ pkginclude_HEADERS = \
19 curve-cache.h \
20 curve.h \
21 dither.h \
22 - sequence.h \
23 image.h \
24 list.h \
25 module.h \
26 --- a/include/gutenprint/Makefile.am 2006-09-18 03:48:58.000000000 +0200
27 +++ b/include/gutenprint/Makefile.am 2010-07-05 16:33:31.000000000 +0200
28 @@ -36,7 +36,6 @@ pkginclude_HEADERS = \
29 curve-cache.h \
30 curve.h \
31 dither.h \
32 - sequence.h \
33 image.h \
34 list.h \
35 module.h \