diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-02-03 14:51:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-02-03 14:51:37 +0000 |
commit | 0304c39b974e002c0200c11e4134acf2ee8842da (patch) | |
tree | b965a38dcd12e2be57b16bc2912477b8ac9029ec /gnome-base | |
parent | Stable for amd64, wrt bug #396799 (diff) | |
download | gentoo-2-0304c39b974e002c0200c11e4134acf2ee8842da.tar.gz gentoo-2-0304c39b974e002c0200c11e4134acf2ee8842da.tar.bz2 gentoo-2-0304c39b974e002c0200c11e4134acf2ee8842da.zip |
Include missing header patch, thanks Rolf S. Arvidson for the patch, #383243
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libgnomeprint/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-stdio-include.patch | 9 | ||||
-rw-r--r-- | gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild | 5 |
3 files changed, 18 insertions, 4 deletions
diff --git a/gnome-base/libgnomeprint/ChangeLog b/gnome-base/libgnomeprint/ChangeLog index de3f5769a07a..eb00d94e5a4e 100644 --- a/gnome-base/libgnomeprint/ChangeLog +++ b/gnome-base/libgnomeprint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libgnomeprint -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.190 2011/10/02 20:40:20 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/ChangeLog,v 1.191 2012/02/03 14:51:37 jlec Exp $ + + 03 Feb 2012; Justin Lecher <jlec@gentoo.org> libgnomeprint-2.18.8.ebuild, + +files/libgnomeprint-2.18.8-stdio-include.patch: + Include missing header patch, thanks Rolf S. Arvidson for the patch, #383243 02 Oct 2011; Pacho Ramos <pacho@gentoo.org> -libgnomeprint-2.18.7.ebuild, libgnomeprint-2.18.8.ebuild: diff --git a/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-stdio-include.patch b/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-stdio-include.patch new file mode 100644 index 000000000000..dd9195434e87 --- /dev/null +++ b/gnome-base/libgnomeprint/files/libgnomeprint-2.18.8-stdio-include.patch @@ -0,0 +1,9 @@ +--- a/libgnomeprint/modules/cups/gnome-print-cups-transport.c ++++ b/libgnomeprint/modules/cups/gnome-print-cups-transport.c +@@ -34,6 +34,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> ++#include <stdio.h> + #include <unistd.h> + #include <locale.h> diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild index 23733f9f3dd1..38c9d74a2a41 100644 --- a/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild +++ b/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.7 2011/10/02 20:40:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.18.8.ebuild,v 1.8 2012/02/03 14:51:37 jlec Exp $ EAPI="3" GCONF_DEBUG="no" @@ -44,6 +44,7 @@ pkg_setup() { } src_prepare() { + epatch "${FILESDIR}"/${P}-stdio-include.patch gnome2_src_prepare # Drop DEPRECATED flags, bug #384807 |