summarylogtreecommitdiffstats
path: root/0001-Fix-soundfont-search-path.patch
diff options
context:
space:
mode:
authorJan Cholasta2020-02-25 13:34:01 +0100
committerJan Cholasta2020-02-25 13:34:01 +0100
commit0c958707c6be9f0b05bd7a83f4a8dc1f0d063eb3 (patch)
treeca9e6814c7662e503afca6290d70459b047e2702 /0001-Fix-soundfont-search-path.patch
parent176d666560acf73c02bfb7c1ce723c9f6bd88d9e (diff)
downloadaur-0c958707c6be9f0b05bd7a83f4a8dc1f0d063eb3.tar.gz
gzdoom-git-4.4pre+72+g56311b765-1
Diffstat (limited to '0001-Fix-soundfont-search-path.patch')
-rw-r--r--0001-Fix-soundfont-search-path.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/0001-Fix-soundfont-search-path.patch b/0001-Fix-soundfont-search-path.patch
deleted file mode 100644
index 0c1ac9da73fd..000000000000
--- a/0001-Fix-soundfont-search-path.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From c70f3a7973eef99c6709f11be75d7fe1bdc29efd Mon Sep 17 00:00:00 2001
-From: Jan Cholasta <jan@cholasta.net>
-Date: Mon, 5 Mar 2018 16:17:24 +0100
-Subject: [PATCH] Fix soundfont search path
-
----
- src/gameconfigfile.cpp | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/gameconfigfile.cpp b/src/gameconfigfile.cpp
-index 2979420f9..c8f22895c 100644
---- a/src/gameconfigfile.cpp
-+++ b/src/gameconfigfile.cpp
-@@ -149,6 +149,8 @@ FGameConfigFile::FGameConfigFile ()
- #else
- SetValueForKey("Path", "$HOME/" GAME_DIR "/soundfonts", true);
- SetValueForKey("Path", "$HOME/" GAME_DIR "/fm_banks", true);
-+ SetValueForKey("Path", SHARE_DIR "/soundfonts", true);
-+ SetValueForKey("Path", SHARE_DIR "/fm_banks", true);
- SetValueForKey("Path", "/usr/local/share/doom/soundfonts", true);
- SetValueForKey("Path", "/usr/local/share/doom/fm_banks", true);
- SetValueForKey("Path", "/usr/local/share/games/doom/soundfonts", true);
-@@ -157,6 +159,7 @@ FGameConfigFile::FGameConfigFile ()
- SetValueForKey("Path", "/usr/share/doom/fm_banks", true);
- SetValueForKey("Path", "/usr/share/games/doom/soundfonts", true);
- SetValueForKey("Path", "/usr/share/games/doom/fm_banks", true);
-+ SetValueForKey("Path", "/usr/share/soundfonts", true);
- #endif
- }
-
---
-2.19.0
-