diff options
Diffstat (limited to 'games/mangband/files/patch-ab')
-rw-r--r-- | games/mangband/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/mangband/files/patch-ab b/games/mangband/files/patch-ab new file mode 100644 index 000000000000..90334c7255a9 --- /dev/null +++ b/games/mangband/files/patch-ab @@ -0,0 +1,13 @@ +--- 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 + + + ## |