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/splashutils-1.5.4.3-r3.ebuild | |
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/splashutils-1.5.4.3-r3.ebuild')
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
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 } |