diff -ur angband-283/src/Makefile.std angband-283.fixed/src/Makefile.std --- angband-283/src/Makefile.std Wed Feb 11 12:30:28 1998 +++ angband-283.fixed/src/Makefile.std Wed Apr 1 22:15:17 1998 @@ -210,9 +210,15 @@ #LIBS = -lcurses -ltermcap +CFLAGS = -pipe -Wall $(RPM_OPT_FLAGS) -DUSE_GCU -DUSE_XAW +LIBS = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lncurses + +# Default target. +all: angband + # -# Hack -- "install" as the base target +# Hack -- "install" as the base target (not !) # install: angband diff -ur angband-283/src/config.h angband-283.fixed/src/config.h --- angband-283/src/config.h Wed Feb 11 12:30:28 1998 +++ angband-283.fixed/src/config.h Wed Apr 1 22:14:16 1998 @@ -52,7 +52,7 @@ /* * OPTION: Use the POSIX "termios" methods in "main-gcu.c" */ -/* #define USE_TPOSIX */ +#define USE_TPOSIX /* * OPTION: Use the "termio" methods in "main-gcu.c" @@ -88,7 +88,7 @@ /* * OPTION: Include "ncurses.h" instead of "curses.h" in "main-gcu.c" */ -/* #define USE_NCURSES */ +#define USE_NCURSES /* @@ -181,7 +181,7 @@ /* * OPTION: Hack -- Compile in support for "Spoiler Generation" */ -/* #define ALLOW_SPOILERS */ +#define ALLOW_SPOILERS /* @@ -288,7 +288,7 @@ /* * Allow "Cheaters" to yield "high scores" */ -/* #define SCORE_CHEATERS */ +#define SCORE_CHEATERS @@ -319,7 +319,7 @@ /* * OPTION: Use the "complex" wall illumination code */ -/* #define UPDATE_VIEW_COMPLEX_WALL_ILLUMINATION */ +#define UPDATE_VIEW_COMPLEX_WALL_ILLUMINATION /* @@ -411,7 +411,7 @@ * or "/usr/games/lib/angband/", or "/pkg/angband/lib". */ #ifndef DEFAULT_PATH -# define DEFAULT_PATH "./lib/" +# define DEFAULT_PATH "/usr/lib/games/angband/" #endif