1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/angband/files/patch-ad
Thomas Gellekum 6fb413b12f Upgrade to 2.8.3.
PR:		5690
Submitted by:	Matthew Hunt <mph@pobox.com>
1998-02-10 08:17:27 +00:00

32 lines
831 B
Plaintext

--- src/Makefile.orig Mon Feb 9 09:38:23 1998
+++ src/Makefile Mon Feb 9 09:38:24 1998
@@ -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
##