summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-07-09 05:58:34 +0000
committerJeroen Roovers <jer@gentoo.org>2010-07-09 05:58:34 +0000
commitc8b4c11ce18d6cc5973730a56e2b4ab0ab5e47c2 (patch)
tree3ccf92049bd7bfb2a4ac6f2a47fec22ef88a6819 /net-print/gutenprint/files
parentWhen cleaning up generated files leave any fonts.alias from media-fonts/font-... (diff)
downloadgentoo-2-c8b4c11ce18d6cc5973730a56e2b4ab0ab5e47c2.tar.gz
gentoo-2-c8b4c11ce18d6cc5973730a56e2b4ab0ab5e47c2.tar.bz2
gentoo-2-c8b4c11ce18d6cc5973730a56e2b4ab0ab5e47c2.zip
Do not install sequence.h twice by Dominik Köppl, patch by Fabian Henze (bug #317985).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-print/gutenprint/files')
-rw-r--r--net-print/gutenprint/files/gutenprint-5.2.5-Makefile.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-print/gutenprint/files/gutenprint-5.2.5-Makefile.patch b/net-print/gutenprint/files/gutenprint-5.2.5-Makefile.patch
new file mode 100644
index 000000000000..cf2f979b0cea
--- /dev/null
+++ b/net-print/gutenprint/files/gutenprint-5.2.5-Makefile.patch
@@ -0,0 +1,20 @@
+--- a/include/gutenprint/Makefile.in 2010-02-12 02:04:25.000000000 +0100
++++ b/include/gutenprint/Makefile.in 2010-07-05 16:33:39.000000000 +0200
+@@ -295,7 +295,6 @@ pkginclude_HEADERS = \
+ curve-cache.h \
+ curve.h \
+ dither.h \
+- sequence.h \
+ image.h \
+ list.h \
+ module.h \
+--- a/include/gutenprint/Makefile.am 2006-09-18 03:48:58.000000000 +0200
++++ b/include/gutenprint/Makefile.am 2010-07-05 16:33:31.000000000 +0200
+@@ -36,7 +36,6 @@ pkginclude_HEADERS = \
+ curve-cache.h \
+ curve.h \
+ dither.h \
+- sequence.h \
+ image.h \
+ list.h \
+ module.h \