diff options
author | 2008-03-18 22:41:42 +0000 | |
---|---|---|
committer | 2008-03-18 22:41:42 +0000 | |
commit | cf1cc577f89fd7bfc8d773d8f23d5f63a6255e26 (patch) | |
tree | 374f73b14d76a56f7c0b851c4e0d9f3f5998679d /games-fps/aaquake2/files | |
parent | Strigiapplet works with 0.5.8, it doesn't work with non-live ebuilds. Update ... (diff) | |
download | historical-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.patch | 22 |
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>
+
|