summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2010-01-04 16:16:01 +0000
committerAlfredo Tupone <tupone@gentoo.org>2010-01-04 16:16:01 +0000
commit7acf8e9eedc9891e6583fcab16728e6e3732e43c (patch)
treed49ed553da0be94c9e2694090c67376a5a483f3f /games-arcade/koules/files
parentinherit multilib (diff)
downloadgentoo-2-7acf8e9eedc9891e6583fcab16728e6e3732e43c.tar.gz
gentoo-2-7acf8e9eedc9891e6583fcab16728e6e3732e43c.tar.bz2
gentoo-2-7acf8e9eedc9891e6583fcab16728e6e3732e43c.zip
Fix build wih svga USE flag
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-arcade/koules/files')
-rw-r--r--games-arcade/koules/files/koules-1.4-io_h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-arcade/koules/files/koules-1.4-io_h.patch b/games-arcade/koules/files/koules-1.4-io_h.patch
new file mode 100644
index 000000000000..80b7f3f615ad
--- /dev/null
+++ b/games-arcade/koules/files/koules-1.4-io_h.patch
@@ -0,0 +1,11 @@
+--- svgalib/init.c.old 2010-01-04 16:38:38.000000000 +0100
++++ svgalib/init.c 2010-01-04 16:39:09.000000000 +0100
+@@ -44,7 +44,7 @@
+ #include <sys/stat.h>
+ #include <sys/vt.h>
+ #include <unistd.h>
+-#include <asm/io.h> /*for waiting for retrace */
++#include <sys/io.h> /*for waiting for retrace */
+ #include <sys/ioctl.h> /*for waiting for retrace */
+ extern void fadein1 ();
+ extern GraphicsContext *starbackground;