summaryrefslogtreecommitdiff
path: root/games/doom/files/patch-aj
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-07 00:53:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-07 00:53:21 +0000
commita4ae2537d548838aac93f97a02dfb99cf72df1e6 (patch)
tree392203ff69e0656dea6d12aa112e38179ccded20 /games/doom/files/patch-aj
parentRespect CC, CFLAGS (diff)
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=25537
Diffstat (limited to '')
-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
+