diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-09-27 15:06:52 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-09-27 15:06:52 +0000 |
commit | 3aa015443c103ef64275b075298197aa0fee41b4 (patch) | |
tree | 680cc4c60e50dca63d35e5374f0d4c2895e95305 /media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild | |
parent | New upstream version. (diff) | |
download | gentoo-2-3aa015443c103ef64275b075298197aa0fee41b4.tar.gz gentoo-2-3aa015443c103ef64275b075298197aa0fee41b4.tar.bz2 gentoo-2-3aa015443c103ef64275b075298197aa0fee41b4.zip |
Fix compilation issues with 2.6.18 kernels.
(Portage version: 2.1.2_pre1-r2)
Diffstat (limited to 'media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild')
-rw-r--r-- | media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild b/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild index 73e163c17dc3..0b7afc9e564d 100644 --- a/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild +++ b/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild,v 1.6 2006/08/21 19:41:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild,v 1.7 2006/09/27 15:06:52 spock Exp $ inherit eutils multilib linux-mod @@ -94,6 +94,7 @@ src_unpack() { epatch ${FILESDIR}/splashutils-1.1.9.10-ppc-2.6.14.patch epatch ${FILESDIR}/splashutils-1.1.9.10-makefile.patch + epatch ${FILESDIR}/splashutils-1.1.9.10-2.6.18-vt-fix.patch # Check whether the kernel tree has been patched with fbsplash. if [[ ! -e ${KV_DIR}/include/linux/console_splash.h ]]; then |