--- Makefile.orig Tue Dec 2 09:04:04 1997 +++ Makefile Fri Jan 1 05:42:43 1999 @@ -153,8 +153,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 -g -pipe -D"USE_X11" -D"USE_GCU" -I/usr/include/ncurses -LIBS = -L/usr/X11R6/lib -lX11 -lncurses -ltermcap +CFLAGS += -Wall -D"USE_X11" -D"USE_GCU" -I${X11BASE}/include -DDEFAULT_PATH=\"${PREFIX}/lib/mangband\" +LIBS = -L${X11BASE}/lib -lX11 -lncurses -lmytinfo ##