openbsd-ports/games/xbat/patches/patch-aa

35 lines
887 B
Plaintext
Raw Normal View History

2000-06-02 13:05:21 -04:00
--- Imakefile.orig Mon Mar 17 13:32:22 1997
+++ Imakefile Fri Jun 2 19:00:15 2000
1998-05-19 21:21:34 -04:00
@@ -1,24 +1,24 @@
2000-06-02 13:05:21 -04:00
+XBATDIR=$(USRLIBDIR)/X11/Xbat
1998-05-19 21:21:34 -04:00
# TOP10 DIR : directory for socre files
#
-SCORE_DIR = /usr/local/games/Xbat/Score
2000-06-02 13:05:21 -04:00
+SCORE_DIR = $(XBATDIR)/Score
1998-05-19 21:21:34 -04:00
# IMAGE DIR : directory for image files
-IMAGE_DIR = /usr/local/games/Xbat/Image
2000-06-02 13:05:21 -04:00
+IMAGE_DIR = $(XBATDIR)/Image
1998-05-19 21:21:34 -04:00
# MAP DIR : directory for map files
-MAP_DIR = /usr/local/games/Xbat/Map
2000-06-02 13:05:21 -04:00
+MAP_DIR = $(XBATDIR)/Map
1998-05-19 21:21:34 -04:00
# DOMO_DIR : directory for domogram movement files
-DOMO_DIR = /usr/local/games/Xbat/Domo
2000-06-02 13:05:21 -04:00
+DOMO_DIR = $(XBATDIR)/Domo
1998-05-19 21:21:34 -04:00
# UNION : Set 1 if you have Intel CPU or so.
# If you don't know whether you have Intel CPU or not,
# compile union_check.c and run.
-UNION = 0
-#UNION = 1
+#UNION = 0
+UNION = 1
#BIN DIR
-BINDIR = /usr/local/bin
#######################################################################