diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2008-03-18 22:41:42 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2008-03-18 22:41:42 +0000 |
commit | 19afb744c7536a4cb2d2c3c7ecb814e7599051d4 (patch) | |
tree | 28390b5dbc4b45068140ef73f78e43b767bc3dd3 /games-fps/aaquake2/files | |
parent | Strigiapplet works with 0.5.8, it doesn't work with non-live ebuilds. Update ... (diff) | |
download | gentoo-2-19afb744c7536a4cb2d2c3c7ecb814e7599051d4.tar.gz gentoo-2-19afb744c7536a4cb2d2c3c7ecb814e7599051d4.tar.bz2 gentoo-2-19afb744c7536a4cb2d2c3c7ecb814e7599051d4.zip |
Fixing compiling for asm/io.h missing. Bug #212965
(Portage version: 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>
+
|