summaryrefslogtreecommitdiff
path: root/games/xblast/files
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1997-12-08 22:58:19 +0000
committerStefan Eßer <se@FreeBSD.org>1997-12-08 22:58:19 +0000
commit6b412b0c71419ee6980afadabb4d243b503dd2b4 (patch)
treec811ae0e02337668bcbe386cce267e9392124013 /games/xblast/files
parentActivate mew-common and mew-mule. (diff)
Upgrade to 2.6Beta (which identifies itself as 2.5.10 when started).
Although this is a beta release, it seems to work just fine, and the look is so much nicer, with those rendered figures ... :)
Notes
Notes: svn path=/head/; revision=9034
Diffstat (limited to 'games/xblast/files')
-rw-r--r--games/xblast/files/patch-aa36
1 files changed, 28 insertions, 8 deletions
diff --git a/games/xblast/files/patch-aa b/games/xblast/files/patch-aa
index fbc38b30b73b..07ad8ce1b044 100644
--- a/games/xblast/files/patch-aa
+++ b/games/xblast/files/patch-aa
@@ -1,14 +1,34 @@
-*** defaults.h~ Sat Dec 28 01:45:30 1996
---- defaults.h Sat Dec 28 01:45:33 1996
+*** Imakefile~ Sat Nov 8 10:13:29 1997
+--- Imakefile Sat Nov 8 10:14:54 1997
+***************
+*** 16,20 ****
+ * Set SOUND_DIR to the directory, where the sounds can be found
+ */
+! EXTRA_DEFINES=-DXBLASTDIR=\"$(XBLASTDIR)\"
+
+ /*
+--- 16,21 ----
+ * Set SOUND_DIR to the directory, where the sounds can be found
+ */
+! EXTRA_DEFINES=-DXBLASTDIR=\"$(DESTDIR)$(XBLASTDIR)\" \
+! -DAPPLDEFFILE=\"$(DESTDIR)$(XAPPLOADDIR)/XBlast\"
+
+ /*
+*** defaults.h~ Thu Oct 16 10:48:26 1997
+--- defaults.h Sat Nov 8 10:10:42 1997
***************
*** 30,34 ****
---- 30,38 ----
* file for setups and defaults
*/
-+ #ifdef __FreeBSD__
-+ static char *file_appl_def ="/usr/X11R6/lib/X11/app-defaults/XBlast";
-+ #else
- static char *file_appl_def ="/usr/lib/X11/app-defaults/XBlast";
-+ #endif
+! static char *file_appl_def ="/usr/lib/X11/app-defaults/XBlast";
+ static char *file_setup ="/.xblast";
+ static char *file_setup_dir ="/.xblast-setups";
+--- 30,37 ----
+ * file for setups and defaults
+ */
+! #ifndef APPLDEFFILE
+! #define APPLDEFFILE "/usr/lib/X11/app-defaults/XBlast"
+! #endif
+! static char *file_appl_def =APPLDEFFILE;
static char *file_setup ="/.xblast";
static char *file_setup_dir ="/.xblast-setups";