diff options
author | Stefan Eßer <se@FreeBSD.org> | 2000-04-28 09:27:44 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2000-04-28 09:27:44 +0000 |
commit | f8532dd5ad549dbd15f3f00d7a1d5fb8abff04f2 (patch) | |
tree | 3ca846bdc5584bd04372bbaf8d9c776b9b5b74ff /games/xblast/files | |
parent | 445abef5a2a1dc18c1a56671b65dda6eef18466d (diff) | |
download | ports-f8532dd5ad549dbd15f3f00d7a1d5fb8abff04f2.tar.gz ports-f8532dd5ad549dbd15f3f00d7a1d5fb8abff04f2.zip |
Notes
Diffstat (limited to 'games/xblast/files')
-rw-r--r-- | games/xblast/files/patch-aa | 47 |
1 files changed, 13 insertions, 34 deletions
diff --git a/games/xblast/files/patch-aa b/games/xblast/files/patch-aa index 07ad8ce1b044..cc7e8f5d3c0c 100644 --- a/games/xblast/files/patch-aa +++ b/games/xblast/files/patch-aa @@ -1,34 +1,13 @@ -*** 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 **** - * file for setups and defaults - */ -! 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"; +--- Imakefile.orig Wed Jul 28 21:36:20 1999 ++++ Imakefile Fri Aug 27 14:42:54 1999 +@@ -25,7 +25,9 @@ + * If you want to have sound, comment the following line + * Set SOUND_DIR to the directory, where the sounds can be found + */ +-EXTRA_DEFINES=-DXBLASTDIR=\"$(XBLASTDIR)\" -DXBLAST_SOUND ++EXTRA_DEFINES=-DXBLASTDIR=\"$(DESTDIR)$(XBLASTDIR)\" \ ++ -DAPPLOADDIR=\"$(DESTDIR)$(XAPPLOADDIR)\" \ ++ -DXBLAST_SOUND + + /* + * all programs to be build |