diff options
author | Michael Januszewski <spock@gentoo.org> | 2010-11-28 20:29:27 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2010-11-28 20:29:27 +0000 |
commit | 391de0af10db9df65a844f5d6a1247441f98e7bd (patch) | |
tree | 1793eed54e23af77fcf01c8d74660ba1df7d9418 /media-gfx/splashutils | |
parent | Use an apparently working, undocumented syntax of PYTHON_USE_WITH. (diff) | |
download | gentoo-2-391de0af10db9df65a844f5d6a1247441f98e7bd.tar.gz gentoo-2-391de0af10db9df65a844f5d6a1247441f98e7bd.tar.bz2 gentoo-2-391de0af10db9df65a844f5d6a1247441f98e7bd.zip |
Add a fix for bug #346339.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/splashutils')
-rw-r--r-- | media-gfx/splashutils/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog index 70f13d7f5f31..2feffd63798e 100644 --- a/media-gfx/splashutils/ChangeLog +++ b/media-gfx/splashutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/splashutils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.183 2010/10/10 12:52:04 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.184 2010/11/28 20:29:27 spock Exp $ + + 28 Nov 2010; Michał Januszewski <spock@gentoo.org> + splashutils-1.5.4.3-r3.ebuild: + Add a fix for bug #346339. 10 Oct 2010; Michał Januszewski <spock@gentoo.org> splashutils-1.5.4.3-r3.ebuild, diff --git a/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild b/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild index e9802e70bc2d..ed7d6f1368cd 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.8 2010/10/10 12:52:04 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.9 2010/11/28 20:29:27 spock Exp $ EAPI="2" @@ -107,6 +107,12 @@ src_prepare() { epatch "${FILESDIR}"/initrd.splash-cmp-str-instead-of-int.patch cd "${S}" + # Latest version of klibc defined its own version of ferror, so there is + # not need for the hack in klibc_compat.h + if has_version ">=dev-libs/klibc-1.5.20"; then + echo > "libs/klibc_compat.h" + fi + rm -f m4/* eautoreconf } |