aboutsummaryrefslogtreecommitdiffstats
path: root/games/xbattle/files/patch-Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xbattle/files/patch-Imakefile')
-rw-r--r--games/xbattle/files/patch-Imakefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xbattle/files/patch-Imakefile b/games/xbattle/files/patch-Imakefile
new file mode 100644
index 000000000000..a2de84f7de1a
--- /dev/null
+++ b/games/xbattle/files/patch-Imakefile
@@ -0,0 +1,17 @@
+--- ./Imakefile.orig 1995-10-17 15:14:37.000000000 +0100
++++ ./Imakefile 2014-03-29 18:29:01.369960166 +0100
+@@ -6,10 +6,11 @@
+ CCOPTIONS = -Wf,-XNl4096
+ #endif
+ #endif
++MANSUFFIX =6
+
+- DEFINES = -DDEFAULT_XBO_DIR=\"/export/home/lesher/xbos\" \
+- -DDEFAULT_XBT_DIR=\"/export/home/lesher/xbts\" \
+- -DDEFAULT_XBA_DIR=\"/export/home/lesher/xbas\"
++ DEFINES = -DDEFAULT_XBO_DIR=\"$(PREFIX)/share/xbattle/xbos\" \
++ -DDEFAULT_XBT_DIR=\"$(PREFIX)/share/xbattle/xbts\" \
++ -DDEFAULT_XBA_DIR=\"$(PREFIX)/share/xbattle/xbas\"
+ LOCAL_LIBRARIES = $(XLIB)
+ SYS_LIBRARIES = -lm
+ SRCS = command.c \