summaryrefslogtreecommitdiff
path: root/games/xblast/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/xblast/files/patch-aa')
-rw-r--r--games/xblast/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/xblast/files/patch-aa b/games/xblast/files/patch-aa
new file mode 100644
index 000000000000..fbc38b30b73b
--- /dev/null
+++ b/games/xblast/files/patch-aa
@@ -0,0 +1,14 @@
+*** defaults.h~ Sat Dec 28 01:45:30 1996
+--- defaults.h Sat Dec 28 01:45:33 1996
+***************
+*** 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_setup ="/.xblast";
+ static char *file_setup_dir ="/.xblast-setups";