From a66818d1786610b9133bf644ed77ca9c6e596b6c Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 19 Sep 1997 06:46:46 +0000 Subject: Upgrade to 2.8.2 PR: 4566 Submitted by: Matthew Hunt --- games/angband/files/patch-ad | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'games/angband/files/patch-ad') diff --git a/games/angband/files/patch-ad b/games/angband/files/patch-ad index aef51b9b9df1..ecc7256dcd9c 100644 --- a/games/angband/files/patch-ad +++ b/games/angband/files/patch-ad @@ -1,12 +1,30 @@ ---- src/Makefile.orig Sat Mar 8 05:52:32 1997 -+++ src/Makefile Mon Mar 31 20:10:52 1997 -@@ -136,8 +136,8 @@ +--- src/Makefile.orig Fri Sep 5 18:01:33 1997 ++++ src/Makefile Fri Sep 5 18:05:13 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/X11-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" + #CFLAGS = -Wall -O1 -pipe -g -D"USE_XAW" -D"USE_GCU" -#LIBS = -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap -+CFLAGS = -Wall -O1 -pipe -I/usr/X11R6/include -DDEFAULT_PATH=\"${PREFIX}/lib/angband/\" -D"USE_XAW" -D"USE_GCU" +LIBS = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap -- cgit v1.2.3