diff options
Diffstat (limited to 'games/zangband/files/patch-aa')
-rw-r--r-- | games/zangband/files/patch-aa | 50 |
1 files changed, 11 insertions, 39 deletions
diff --git a/games/zangband/files/patch-aa b/games/zangband/files/patch-aa index ebbe907..19fdd61 100644 --- a/games/zangband/files/patch-aa +++ b/games/zangband/files/patch-aa @@ -1,39 +1,11 @@ ---- src/makefile.std Thu Jul 20 13:19:50 2000 -+++ src/Makefile Fri Aug 11 19:54:28 2000 -@@ -103,7 +103,7 @@ - # - # This is my compiler of choice, it seems to work most everywhere - # --CC = gcc -+CC ?= gcc - - - # -@@ -130,9 +130,9 @@ - ## Note: Get the 16x16.bmp file, and put in Zdirectory/lib/xtra/graf - ## to get 256 colours. - ## --CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ -- -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" --LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib -+#CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ -+# -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" -+#LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib - - #CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \ - # -D"USE_XAW" -D"USE_GCU" -D"USE_TRANSPARENCY" -@@ -236,6 +236,14 @@ - ## - #CFLAGS = -Wall -O1 -pipe -g -D"USE_GCU" -arch m68k -arch i386 - #LIBS = -lcurses -ltermcap -+ -+ -+ -+## -+## Variation -- Compile for FreeBSD -+## -+CFLAGS += -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" ${EXTRA_CFLAGS} -+LIBS = -L${X11BASE}/lib -lX11 -lcurses -ltermcap - - - +--- configure.0 Fri Aug 17 04:57:54 2001 ++++ configure Fri Aug 17 04:58:02 2001 +@@ -814,7 +814,7 @@ + + if test "$GAMEGROUP" != ""; then + +- game_datadir="$datadir/games/$PACKAGE/lib/" ++ game_datadir="$datadir/$PACKAGE/" + game_datadir=`( + test "x$prefix" = xNONE && prefix="$ac_default_prefix" + test "x$exec_prefix" = xNONE && exec_prefix="${prefix}" |