diff options
author | 2009-06-23 06:25:57 +0000 | |
---|---|---|
committer | 2009-06-23 06:25:57 +0000 | |
commit | 21b78a26f6a5d8b90e156f9e96242defd94e6433 (patch) | |
tree | 97da8d5745ba3008b91e75cad6eaba97477e7272 | |
parent | Correct sed command performed on modules.d file when mppe-mppc USE flag is en... (diff) | |
download | gentoo-2-21b78a26f6a5d8b90e156f9e96242defd94e6433.tar.gz gentoo-2-21b78a26f6a5d8b90e156f9e96242defd94e6433.tar.bz2 gentoo-2-21b78a26f6a5d8b90e156f9e96242defd94e6433.zip |
Stable for HPPA (bug #271889). Fix compiling with gcc-4.4 (bug #275128).
(Portage version: 2.2_rc33/cvs/Linux i686)
-rw-r--r-- | kde-base/kbabel/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kbabel/files/kbabel-3.5.10-eof.patch | 10 | ||||
-rw-r--r-- | kde-base/kbabel/kbabel-3.5.10.ebuild | 6 |
3 files changed, 19 insertions, 3 deletions
diff --git a/kde-base/kbabel/ChangeLog b/kde-base/kbabel/ChangeLog index 1bd4e0ab2b71..a9d5949de70f 100644 --- a/kde-base/kbabel/ChangeLog +++ b/kde-base/kbabel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kbabel # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kbabel/ChangeLog,v 1.82 2009/06/06 10:33:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbabel/ChangeLog,v 1.83 2009/06/23 06:25:57 jer Exp $ + + 23 Jun 2009; Jeroen Roovers <jer@gentoo.org> kbabel-3.5.10.ebuild, + +files/kbabel-3.5.10-eof.patch: + Stable for HPPA (bug #271889). Fix compiling with gcc-4.4 (bug #275128). 06 Jun 2009; Markus Meier <maekke@gentoo.org> kbabel-3.5.10.ebuild: amd64/x86 stable, bug #271889 diff --git a/kde-base/kbabel/files/kbabel-3.5.10-eof.patch b/kde-base/kbabel/files/kbabel-3.5.10-eof.patch new file mode 100644 index 000000000000..e59a816c8c0c --- /dev/null +++ b/kde-base/kbabel/files/kbabel-3.5.10-eof.patch @@ -0,0 +1,10 @@ +--- kbabel-3.5.10/kbabel/common/libgettext/pofiles.ll.orig 2005-11-08 23:28:44.000000000 +0100 ++++ kbabel-3.5.10/kbabel/common/libgettext/pofiles.ll 2009-06-23 06:33:04.000000000 +0200 +@@ -39,6 +39,7 @@ + #endif + + #include <stdlib.h> ++#include <stdio.h> + + #ifdef HAVE_STRINGS_H + #include <strings.h> diff --git a/kde-base/kbabel/kbabel-3.5.10.ebuild b/kde-base/kbabel/kbabel-3.5.10.ebuild index 9bdb00585a89..16d488b0313e 100644 --- a/kde-base/kbabel/kbabel-3.5.10.ebuild +++ b/kde-base/kbabel/kbabel-3.5.10.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kbabel/kbabel-3.5.10.ebuild,v 1.4 2009/06/06 10:33:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbabel/kbabel-3.5.10.ebuild,v 1.5 2009/06/23 06:25:57 jer Exp $ KMNAME=kdesdk EAPI="1" inherit db-use kde-meta eutils DESCRIPTION="KBabel - An advanced PO file editor" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="berkdb kdehiddenvisibility" +PATCHES="${FILESDIR}/${P}-eof.patch" + DEPEND="berkdb? ( =sys-libs/db-4* )" src_compile() { |