summarylogtreecommitdiffstats
path: root/0002-Include-SHARE_DIR-in-IWADSearch.Directories.patch
diff options
context:
space:
mode:
authorJan Cholasta2016-05-27 07:35:25 +0200
committerJan Cholasta2016-05-27 09:01:45 +0200
commit5b407b56ab7cc87bfc140738e6815d6ff91946cf (patch)
tree4261cb2cd2a03f206aa4f24c2d91b9f30c5f762f /0002-Include-SHARE_DIR-in-IWADSearch.Directories.patch
parentdf30809fb48a242688ba2440121ccf07ea52d983 (diff)
downloadaur-5b407b56ab7cc87bfc140738e6815d6ff91946cf.tar.gz
gzdoom-git-2.2pre.1644.gded479b-1
* Fix fmodex4.26.36 dependency * Make gxmessage dependency optional, add alternatives * Move cmake call from build() to prepare() * Fix package rebuild * Use linker option rather than patch to make stack not executable * Move IWAD symlinks to /usr/lib, drop the related patch * Remove install file as it was superseded by pacman hooks
Diffstat (limited to '0002-Include-SHARE_DIR-in-IWADSearch.Directories.patch')
-rw-r--r--0002-Include-SHARE_DIR-in-IWADSearch.Directories.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/0002-Include-SHARE_DIR-in-IWADSearch.Directories.patch b/0002-Include-SHARE_DIR-in-IWADSearch.Directories.patch
deleted file mode 100644
index 9bf13553f01b..000000000000
--- a/0002-Include-SHARE_DIR-in-IWADSearch.Directories.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 37ce567c941e0b625064367633063c3fab81177b Mon Sep 17 00:00:00 2001
-From: Jan Cholasta <grubber@grubber.cz>
-Date: Thu, 18 Feb 2016 13:34:59 +0100
-Subject: [PATCH 2/2] Include SHARE_DIR in IWADSearch.Directories
-
----
- src/gameconfigfile.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/gameconfigfile.cpp b/src/gameconfigfile.cpp
-index f162e93..91f7308 100644
---- a/src/gameconfigfile.cpp
-+++ b/src/gameconfigfile.cpp
-@@ -133,6 +133,7 @@ FGameConfigFile::FGameConfigFile ()
- SetValueForKey ("Path", "$PROGDIR", true);
- #else
- SetValueForKey ("Path", "~/" GAME_DIR, true);
-+ SetValueForKey ("Path", SHARE_DIR, true);
- // Arch Linux likes them in /usr/share/doom
- // Debian likes them in /usr/share/games/doom
- // I assume other distributions don't do anything radically different
---
-2.7.2
-