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 | |
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')
-rw-r--r-- | media-gfx/splashutils/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/splashutils/files/splashutils-1.1.9.10-2.6.18-vt-fix.patch | 11 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.1.9.10-r1.ebuild | 3 |
3 files changed, 19 insertions, 2 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog index c5929a7b8c20..6f52418a06d1 100644 --- a/media-gfx/splashutils/ChangeLog +++ b/media-gfx/splashutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/splashutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.67 2006/09/25 18:33:13 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.68 2006/09/27 15:06:52 spock Exp $ + + 27 Sep 2006; Michał Januszewski <spock@gentoo.org> + +files/splashutils-1.1.9.10-2.6.18-vt-fix.patch, + splashutils-1.1.9.10-r1.ebuild: + Fix compilation issues with 2.6.18 kernels. 25 Sep 2006; Michał Januszewski <spock@gentoo.org> +files/splashutils-1.3-r2-fbsplash.patch, splashutils-1.3-r2.ebuild: diff --git a/media-gfx/splashutils/files/splashutils-1.1.9.10-2.6.18-vt-fix.patch b/media-gfx/splashutils/files/splashutils-1.1.9.10-2.6.18-vt-fix.patch new file mode 100644 index 000000000000..a202190cb4e4 --- /dev/null +++ b/media-gfx/splashutils/files/splashutils-1.1.9.10-2.6.18-vt-fix.patch @@ -0,0 +1,11 @@ +diff -Naurp splashutils-1.1.9.10-orig/kernel.c splashutils-1.1.9.10/kernel.c +--- splashutils-1.1.9.10-orig/kernel.c 2006-09-27 16:49:17.000000000 +0200 ++++ splashutils-1.1.9.10/kernel.c 2006-09-27 16:49:57.000000000 +0200 +@@ -23,6 +23,7 @@ + #include <linux/kd.h> + #include <linux/tty.h> + #include <linux/tiocl.h> ++#include <linux/vt.h> + + #include "splash.h" + 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 |