summaryrefslogtreecommitdiff
path: root/games/xblast/files
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2000-04-28 09:27:44 +0000
committerStefan Eßer <se@FreeBSD.org>2000-04-28 09:27:44 +0000
commitf8532dd5ad549dbd15f3f00d7a1d5fb8abff04f2 (patch)
tree3ca846bdc5584bd04372bbaf8d9c776b9b5b74ff /games/xblast/files
parentUpgrade to 4.20. (diff)
Upgrade to version 2.6.1 of xblast (includes sound support).
Submitted by: tg@melaten.rwth-aachen.de (Thomas Gellekum)
Notes
Notes: svn path=/head/; revision=28055
Diffstat (limited to 'games/xblast/files')
-rw-r--r--games/xblast/files/patch-aa47
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