aboutsummaryrefslogtreecommitdiff
path: root/games/quakeforge/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'games/quakeforge/files/patch-ae')
-rw-r--r--games/quakeforge/files/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/quakeforge/files/patch-ae b/games/quakeforge/files/patch-ae
deleted file mode 100644
index 3ebeacd18bb0..000000000000
--- a/games/quakeforge/files/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
---- libs/video/targets/vid_svgalib.c.orig Mon Jan 13 20:14:39 2003
-+++ libs/video/targets/vid_svgalib.c Mon Jan 13 20:24:38 2003
-@@ -641,4 +641,10 @@
- {
- asm ("outb %b0, %w1" : :"a"(val), "d"(port));
- }
-+#elif defined(__FreeBSD__)
-+static inline void
-+outb (unsigned char value, unsigned short port)
-+{
-+ __asm__ __volatile__ ("outb %b0,%w1"::"a" (value), "d" (port));
-+}
- #endif