aboutsummaryrefslogtreecommitdiff
path: root/games/angband/files/patch-ad
blob: 05983679036b2d60057b28ca739c04b7f8be9713 (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
--- src/Makefile.orig	Fri Sep  5 13:52:03 1997
+++ src/Makefile	Fri Sep 19 10:57:27 1997
@@ -94,7 +94,7 @@
 #
 # This is my compiler of choice, it seems to work most everywhere
 #
-CC = gcc
+#CC = gcc
 
 
 #
@@ -115,8 +115,8 @@
 # including "USE_GETCH" and "USE_CURS_SET".  Note that "config.h" will
 # attempt to "guess" at many of these flags based on your system.
 #
-CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU"
-LIBS = -lX11 -lcurses -ltermcap
+#CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU"
+LIBS = -L/usr/X11R6/lib -lX11 -lcurses -ltermcap
 
 
 ##
@@ -137,7 +137,7 @@
 ## Variation -- Use "main-xaw.c" instead of "main-x11.c"
 ##
 #CFLAGS = -Wall -O1 -pipe -g -D"USE_XAW" -D"USE_GCU"
-#LIBS = -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap
+#LIBS = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap
 
 
 ##