From 1e312900719082d6de16d2c4f70e124687b25eab Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 21 May 1997 03:55:09 +0000 Subject: A multi-user battle strategy game. PR: 3442 Submitted by: Pedro Giffuni S. --- games/xbattle/files/patch-aa | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 games/xbattle/files/patch-aa (limited to 'games/xbattle/files') diff --git a/games/xbattle/files/patch-aa b/games/xbattle/files/patch-aa new file mode 100644 index 000000000000..0d54e72294da --- /dev/null +++ b/games/xbattle/files/patch-aa @@ -0,0 +1,23 @@ +*** Imakefile.orig Tue Apr 29 16:11:52 1997 +--- Imakefile Tue Apr 29 16:13:28 1997 +*************** +*** 7,15 **** + #endif + #endif + +! DEFINES = -DDEFAULT_XBO_DIR=\"/export/home/lesher/xbos\" \ +! -DDEFAULT_XBT_DIR=\"/export/home/lesher/xbts\" \ +! -DDEFAULT_XBA_DIR=\"/export/home/lesher/xbas\" + LOCAL_LIBRARIES = $(XLIB) + SYS_LIBRARIES = -lm + SRCS = command.c \ +--- 7,15 ---- + #endif + #endif + +! DEFINES = -DDEFAULT_XBO_DIR=\"$(PREFIX)/etc/xbattle/xbos\" \ +! -DDEFAULT_XBT_DIR=\"$(PREFIX)/etc/xbattle/xbts\" \ +! -DDEFAULT_XBA_DIR=\"$(PREFIX)/etc/xbattle/xbas\" + LOCAL_LIBRARIES = $(XLIB) + SYS_LIBRARIES = -lm + SRCS = command.c \ -- cgit