diff options
author | Stefan Eßer <se@FreeBSD.org> | 1997-12-08 22:58:19 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1997-12-08 22:58:19 +0000 |
commit | 6b412b0c71419ee6980afadabb4d243b503dd2b4 (patch) | |
tree | c811ae0e02337668bcbe386cce267e9392124013 /games/xblast/files/patch-aa | |
parent | dfa6bbac9a90184bb9ec8347962ccad99502bd18 (diff) | |
download | ports-6b412b0c71419ee6980afadabb4d243b503dd2b4.tar.gz ports-6b412b0c71419ee6980afadabb4d243b503dd2b4.zip |
Notes
Diffstat (limited to 'games/xblast/files/patch-aa')
-rw-r--r-- | games/xblast/files/patch-aa | 36 |
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"; |