From 6b412b0c71419ee6980afadabb4d243b503dd2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Mon, 8 Dec 1997 22:58:19 +0000 Subject: 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 ... :) --- games/xblast/files/patch-aa | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) (limited to 'games/xblast/files') 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"; -- cgit v1.2.3