summaryrefslogtreecommitdiff
path: root/games-fps/quake2-icculus/files/quake2-icculus-0.16.1-no-asm-io.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/quake2-icculus/files/quake2-icculus-0.16.1-no-asm-io.patch')
-rw-r--r--games-fps/quake2-icculus/files/quake2-icculus-0.16.1-no-asm-io.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/games-fps/quake2-icculus/files/quake2-icculus-0.16.1-no-asm-io.patch b/games-fps/quake2-icculus/files/quake2-icculus-0.16.1-no-asm-io.patch
deleted file mode 100644
index d94925b83e4b..000000000000
--- a/games-fps/quake2-icculus/files/quake2-icculus-0.16.1-no-asm-io.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-http://bugs.gentoo.org/193107
-
-asm/io.h does not exist with sanitized kernel headers, nor do these source
-files actually need the header, so punt it
-
---- src/linux/rw_in_aa.c
-+++ src/linux/rw_in_aa.c
-@@ -46,7 +46,6 @@
- #include <sys/mman.h>
-
- #if defined (__linux__)
--#include <asm/io.h>
- #include <sys/vt.h>
- #endif
-
---- src/linux/rw_aa.c
-+++ src/linux/rw_aa.c
-@@ -63,7 +63,6 @@
- #include <dlfcn.h>
- #if defined (__linux__)
- #include <sys/vt.h>
--#include <asm/io.h>
- #endif
- #include <aalib.h>
-