aboutsummaryrefslogtreecommitdiff
path: root/games/doom/files/patch-ab
blob: c5e6617c9531fa753b672968c6cd7418ab3e1499 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- linuxdoom-1.10/Makefile.orig	Mon Dec 22 20:55:36 1997
+++ linuxdoom-1.10/Makefile	Fri Oct 28 12:44:09 2005
@@ -4,11 +4,12 @@
 #
 # $Log:$
 #
-CC=  gcc  # gcc or g++
+CC?=  gcc  # gcc or g++
 
-CFLAGS=-g -Wall -DNORMALUNIX -DLINUX # -DUSEASM 
-LDFLAGS=-L/usr/X11R6/lib
-LIBS=-lXext -lX11 -lnsl -lm
+CFLAGS?= -O
+CFLAGS+=-g -I${X11BASE}/include -Wall -DNORMALUNIX -DSNDSERV -DSNDSRV # -DUSEASM 
+LDFLAGS=-L${X11BASE}/lib
+LIBS=-lXext -lX11 -lm
 
 # subdirectory for objects
 O=linux
@@ -92,4 +93,4 @@
 
 #############################################################
 #
-#############################################################
\ No newline at end of file
+#############################################################