summaryrefslogtreecommitdiff
path: root/games/yadex/files/patch-wads2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'games/yadex/files/patch-wads2.cc')
-rw-r--r--games/yadex/files/patch-wads2.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/yadex/files/patch-wads2.cc b/games/yadex/files/patch-wads2.cc
new file mode 100644
index 000000000000..e34da6f5f6b6
--- /dev/null
+++ b/games/yadex/files/patch-wads2.cc
@@ -0,0 +1,15 @@
+--- src/wads2.cc.orig Sun May 7 05:47:11 2000
++++ src/wads2.cc Sun Jun 17 20:46:41 2001
+@@ -910,10 +910,8 @@
+ {
+ "",
+ "~/", // "~" means "the user's home directory"
+- "/usr/local/share/games/%s/", // %s is replaced by <Game>
+- "/usr/share/games/%s/", // %s is replaced by <Game>
+- "/usr/local/share/games/wads/",
+- "/usr/share/games/wads/",
++ "~/doom/", // several doom variants put wads here
++ PREFIX "/share/%s/", // %s is replaced by <Game>
+ 0
+ };
+