summaryrefslogtreecommitdiff
path: root/games/xdoom/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'games/xdoom/patches/patch-au')
-rw-r--r--games/xdoom/patches/patch-au16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/xdoom/patches/patch-au b/games/xdoom/patches/patch-au
new file mode 100644
index 00000000000..c0fdc62b8a2
--- /dev/null
+++ b/games/xdoom/patches/patch-au
@@ -0,0 +1,16 @@
+$NetBSD: patch-au,v 1.1 2000/02/03 16:01:15 abs Exp $
+
+--- linuxdoom-1.10/w_wad.c.orig Mon Dec 22 21:05:36 1997
++++ linuxdoom-1.10/w_wad.c Thu Feb 3 01:34:02 2000
+@@ -34,7 +34,11 @@
+ #include <malloc.h>
+ #include <fcntl.h>
+ #include <sys/stat.h>
++#if 0
+ #include <alloca.h>
++#else
++#include <stdlib.h>
++#endif
+ #define O_BINARY 0
+ #endif
+