summaryrefslogtreecommitdiffstats
path: root/games/xbat/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/xbat/files/patch-aa')
-rw-r--r--games/xbat/files/patch-aa89
1 files changed, 53 insertions, 36 deletions
diff --git a/games/xbat/files/patch-aa b/games/xbat/files/patch-aa
index 36cea90..0fe6945 100644
--- a/games/xbat/files/patch-aa
+++ b/games/xbat/files/patch-aa
@@ -1,36 +1,53 @@
---- Imakefile.orig Thu Dec 5 18:00:58 1996
-+++ Imakefile Fri Jan 24 22:17:03 1997
-@@ -1,24 +1,26 @@
-+# Installation prefix
-+PREFIX?= /usr/X11R6
-+
- # TOP10 DIR : directory for socre files
- #
--SCORE_DIR = /usr/local/games/Xbat/Score
-+SCORE_DIR = ${PREFIX}/lib/X11/Xbat/Score
-
- # IMAGE DIR : directory for image files
--IMAGE_DIR = /usr/local/games/Xbat/Image
-+IMAGE_DIR = ${PREFIX}/lib/X11/Xbat/Image
-
- # MAP DIR : directory for map files
--MAP_DIR = /usr/local/games/Xbat/Map
-+MAP_DIR = ${PREFIX}/lib/X11/Xbat/Map
-
- # DOMO_DIR : directory for domogram movement files
--DOMO_DIR = /usr/local/games/Xbat/Domo
-+DOMO_DIR = ${PREFIX}/lib/X11/Xbat/Domo
-
- # 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 = 1
-
- #BIN DIR
--BINDIR = /usr/local/bin
-+BINDIR = ${PREFIX}/bin
-
- #######################################################################
-
+*** Imakefile.orig Mon Mar 17 12:32:22 1997
+--- Imakefile Tue Jul 1 13:43:47 1997
+***************
+*** 1,24 ****
+ # TOP10 DIR : directory for socre files
+ #
+! SCORE_DIR = /usr/local/games/Xbat/Score
+
+ # IMAGE DIR : directory for image files
+! IMAGE_DIR = /usr/local/games/Xbat/Image
+
+ # MAP DIR : directory for map files
+! MAP_DIR = /usr/local/games/Xbat/Map
+
+ # DOMO_DIR : directory for domogram movement files
+! DOMO_DIR = /usr/local/games/Xbat/Domo
+
+ # 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
+
+ #BIN DIR
+! BINDIR = /usr/local/bin
+
+ #######################################################################
+
+--- 1,24 ----
+ # TOP10 DIR : directory for socre files
+ #
+! SCORE_DIR = ${PREFIX}/lib/X11/Xbat/Score
+
+ # IMAGE DIR : directory for image files
+! IMAGE_DIR = /usr/X11R6/lib/X11/Xbat/Image
+
+ # MAP DIR : directory for map files
+! MAP_DIR = ${PREFIX}/lib/X11/Xbat/Map
+
+ # DOMO_DIR : directory for domogram movement files
+! DOMO_DIR = ${PREFIX}/lib/X11/Xbat/Domo
+
+ # 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
+
+ #BIN DIR
+! BINDIR = ${PREFIX}/bin
+
+ #######################################################################
+
OpenPOWER on IntegriCloud