summaryrefslogtreecommitdiff
path: root/games/doomlegacy/files/patch-sndserver::Makefile
blob: 9e7182fd2fbd53cf9fa876548b712eb9e78ff7e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- linux_x/sndserv/Makefile.orig	Thu Oct  2 15:42:17 2003
+++ linux_x/sndserv/Makefile	Thu Oct  2 15:42:40 2003
@@ -21,8 +21,8 @@
 #
 #
 
-CC=gcc
-CFLAGS=-O2 -m486 -Wall -DNORMALUNIX -DLINUX
+CC?=gcc
+CFLAGS+=-Wall -DNORMALUNIX -DLINUX
 ifdef FREEBSD
 CFLAGS:=${CFLAGS} -DFREEBSD
 endif