diff options
Diffstat (limited to 'games/zangband/files/patch-aa')
-rw-r--r-- | games/zangband/files/patch-aa | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/games/zangband/files/patch-aa b/games/zangband/files/patch-aa index 3085add0ce00..ebbe90792d58 100644 --- a/games/zangband/files/patch-aa +++ b/games/zangband/files/patch-aa @@ -1,5 +1,5 @@ ---- src/Makefile.orig Wed Aug 9 11:32:26 2000 -+++ src/Makefile Wed Aug 9 11:32:43 2000 +--- 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 @@ -9,18 +9,20 @@ # -@@ -127,8 +127,8 @@ - #CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU" - #LIBS = -lX11 -lcurses -ltermcap - --CFLAGS = -Wall -O2 -m486 -pipe -g -D"USE_XAW" -D"USE_GCU" --LIBS = -L/usr/X11R6/lib -lXaw -lXext -lSM -lICE -lXmu -lXt -lX11 -lcurses -+#CFLAGS = -Wall -O2 -m486 -pipe -g -D"USE_XAW" -D"USE_GCU" -+#LIBS = -L/usr/X11R6/lib -lXaw -lXext -lSM -lICE -lXmu -lXt -lX11 -lcurses - - +@@ -130,9 +130,9 @@ + ## Note: Get the 16x16.bmp file, and put in Zdirectory/lib/xtra/graf + ## to get 256 colours. ## -@@ -228,6 +228,14 @@ +-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 @@ -30,8 +32,8 @@ +## +## Variation -- Compile for FreeBSD +## -+CFLAGS += -D"USE_X11" -D"USE_GCU" ${EXTRA_CFLAGS} -+LIBS = -L${X11BASE}/lib -lXaw -lXext -lSM -lICE -lXmu -lXt -lX11 -lcurses ++CFLAGS += -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" ${EXTRA_CFLAGS} ++LIBS = -L${X11BASE}/lib -lX11 -lcurses -ltermcap |