aboutsummaryrefslogtreecommitdiffstats
path: root/games/xbattle/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-05-21 11:55:09 +0800
committerasami <asami@FreeBSD.org>1997-05-21 11:55:09 +0800
commit1e312900719082d6de16d2c4f70e124687b25eab (patch)
tree877a507e7eebf995d9c8d6e75232db9cebf40672 /games/xbattle/files
parentc46eb4c6e3407ec9971271ddcb7519eb6813e099 (diff)
downloadfreebsd-ports-gnome-1e312900719082d6de16d2c4f70e124687b25eab.tar.gz
freebsd-ports-gnome-1e312900719082d6de16d2c4f70e124687b25eab.tar.zst
freebsd-ports-gnome-1e312900719082d6de16d2c4f70e124687b25eab.zip
A multi-user battle strategy game.
PR: 3442 Submitted by: Pedro Giffuni S. <Pedro@FPS.biblos.unal.edu.co>
Diffstat (limited to 'games/xbattle/files')
-rw-r--r--games/xbattle/files/patch-aa23
1 files changed, 23 insertions, 0 deletions
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 \