summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2008-03-18 22:41:42 +0000
committerAlfredo Tupone <tupone@gentoo.org>2008-03-18 22:41:42 +0000
commitcf1cc577f89fd7bfc8d773d8f23d5f63a6255e26 (patch)
tree374f73b14d76a56f7c0b851c4e0d9f3f5998679d /games-fps/aaquake2/files
parentStrigiapplet works with 0.5.8, it doesn't work with non-live ebuilds. Update ... (diff)
downloadhistorical-cf1cc577f89fd7bfc8d773d8f23d5f63a6255e26.tar.gz
historical-cf1cc577f89fd7bfc8d773d8f23d5f63a6255e26.tar.bz2
historical-cf1cc577f89fd7bfc8d773d8f23d5f63a6255e26.zip
Fixing compiling for asm/io.h missing. Bug #212965
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-fps/aaquake2/files')
-rw-r--r--games-fps/aaquake2/files/aaquake2-0.1-glibc.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/games-fps/aaquake2/files/aaquake2-0.1-glibc.patch b/games-fps/aaquake2/files/aaquake2-0.1-glibc.patch
new file mode 100644
index 000000000000..806406357a31
--- /dev/null
+++ b/games-fps/aaquake2/files/aaquake2-0.1-glibc.patch
@@ -0,0 +1,22 @@
+--- linux/rw_aa.c.old 2008-03-18 23:29:28.000000000 +0100
++++ linux/rw_aa.c 2008-03-18 23:29:44.000000000 +0100
+@@ -61,7 +61,7 @@
+ #include <signal.h>
+ #include <sys/mman.h>
+
+-#include <asm/io.h>
++#include <sys/io.h>
+
+ #include <aalib.h>
+
+--- linux/rw_in_aa.c.old 2008-03-18 23:29:33.000000000 +0100
++++ linux/rw_in_aa.c 2008-03-18 23:29:54.000000000 +0100
+@@ -46,7 +46,7 @@
+ #include <signal.h>
+ #include <sys/mman.h>
+
+-#include <asm/io.h>
++#include <sys/io.h>
+
+ #include <aalib.h>
+