summaryrefslogtreecommitdiff
path: root/games/doom/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'games/doom/files/patch-aj')
-rw-r--r--games/doom/files/patch-aj14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/doom/files/patch-aj b/games/doom/files/patch-aj
new file mode 100644
index 000000000000..180c311c18e9
--- /dev/null
+++ b/games/doom/files/patch-aj
@@ -0,0 +1,14 @@
+--- sndserv/Makefile.orig Sun Feb 6 16:36:56 2000
++++ sndserv/Makefile Sun Feb 6 16:37:13 2000
+@@ -6,8 +6,9 @@
+ #
+ #
+
+-CC=gcc
+-CFLAGS=-O -DNORMALUNIX -DLINUX
++CC?=gcc
++CFLAGS?=-O
++CFLAGS+=-DNORMALUNIX -DLINUX
+ LDFLAGS=
+ LIBS=-lm
+