diff options
author | Michael Januszewski <spock@gentoo.org> | 2009-04-06 19:18:43 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2009-04-06 19:18:43 +0000 |
commit | 41a26cac8ed7407e43e2eaccf3d4263ab7d523ac (patch) | |
tree | be7058123695d26c4a8ed05e3be5addb0d3fb4b9 /media-gfx/splashutils/splashutils-1.5.4.3.ebuild | |
parent | Stable on sparc, bug #251832 (diff) | |
download | gentoo-2-41a26cac8ed7407e43e2eaccf3d4263ab7d523ac.tar.gz gentoo-2-41a26cac8ed7407e43e2eaccf3d4263ab7d523ac.tar.bz2 gentoo-2-41a26cac8ed7407e43e2eaccf3d4263ab7d523ac.zip |
Fix the problem of the progress bar not reaching 100% during reboot.
(Portage version: 2.1.6.11/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-gfx/splashutils/splashutils-1.5.4.3.ebuild')
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/splashutils/splashutils-1.5.4.3.ebuild b/media-gfx/splashutils/splashutils-1.5.4.3.ebuild index 635d3b39142e..2cd72d9aa01f 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.3.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.ebuild,v 1.8 2009/03/25 21:43:41 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.9 2009/04/06 19:18:43 spock Exp $ EAPI="1" @@ -94,6 +94,7 @@ src_unpack() { fi fi epatch "${FILESDIR}"/splashutils-1.5.4.3-fix_rc_var.patch + epatch "${FILESDIR}"/splashutils-1.5.4.3-openrc-umount-fix.patch cd "${S}" rm -f m4/* @@ -116,7 +117,8 @@ src_compile() { --with-freetype2-src=${FT2SRC} \ --with-jpeg-src=${JPEGSRC} \ --with-lpng-src=${LPNGSRC} \ - --with-zlib-src=${ZLIBSRC} || die "failed to configure splashutils" + --with-zlib-src=${ZLIBSRC} \ + --with-essential-libdir=/$(get_libdir) || die "failed to configure splashutils" emake CC="${CC}" STRIP="true" || die "failed to build splashutils" |