summaryrefslogtreecommitdiff
path: root/games/xtruco/files/patch-aa
blob: 9fc59b65d6588d06e5b64881d42870f3c02cf4b7 (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
27
28
29
30
31
32
--- Makefile	Mon Oct 21 19:18:27 1996
+++ /home/andy/tmp/wrk/Makefile	Sat Mar 14 20:08:33 1998
@@ -6,17 +6,17 @@
 #                              #
 ################################
 
-INCLUDES	= -I/usr/X11/include
+INCLUDES	= -I/usr/X11R6/include
 
 # Remove '-DIPC_OK' if you have problems with 'shared-memory' (IPC routines)
 OPC		= -DIPC_OK
 
-LIBRARIES	= -lX11 -L/usr/X11/lib
+LIBRARIES	= -lX11 -L/usr/X11R6/lib
 
 CFILES		= xtruco.c bitmap.c cursor.c display.c event.c gc.c pixmap.c\
 		  topwind.c window.c color.c button.c font.c read.c
 
-CC		= gcc -O2 -g -Dlinux -DX11R6 $(INCLUDES) $(OPC)
+CC		= gcc -DX11R6 $(INCLUDES) $(OPC)
 
 PROG=xtruco
 
@@ -25,7 +25,7 @@
 OBJS=$(CFILES:.c=.o)
 
 all:	$(OBJS)
-	$(CC) -o $(PROG) $(LIBRARIES) $(OBJS)
+	$(CC) ${CFLAGS} -o $(PROG) $(LIBRARIES) $(OBJS)
 #	strip ${PROG}
 
 clean: