summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/raine/files/raine-allegro_4.1.5_fix.patch')
-rw-r--r--games-emulation/raine/files/raine-allegro_4.1.5_fix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/games-emulation/raine/files/raine-allegro_4.1.5_fix.patch b/games-emulation/raine/files/raine-allegro_4.1.5_fix.patch
deleted file mode 100644
index 516cdc585c5f..000000000000
--- a/games-emulation/raine/files/raine-allegro_4.1.5_fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- raine/source/alleg/display.c.orig 2002-09-07 09:56:00.000000000 +0200
-+++ raine/source/alleg/display.c 2002-11-24 04:23:17.000000000 +0100
-@@ -23,8 +23,6 @@
- // hardware scaling instead - it makes things MUCH easier.
-
- #ifdef RAINE_UNIX
--#ifndef ALLEGRO_LINUX
--// These are not defined by freebsd, but they could...
- static inline unsigned char inportb(unsigned short port)
- {
- unsigned char value;
-@@ -42,8 +40,6 @@
- __asm__ volatile ("outw %0, %1" : : "a" (value), "d" (port));
- }
-
--#endif
--
- #define outp(a,b) outportb(a,b)
- #define inp(a) inportb(a)
-