summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-01-09 01:16:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-01-09 01:16:52 +0000
commit14c5dfe6535dbc2feddd57a62954a80a244cf1fd (patch)
tree317f01d2e01a530cf5b2f2cf54a16d5429dff343 /games-action/teeworlds/files/0.6.2/04-dedicated.patch
parentBump sbcl to 1.2.7. Add Gentoo prefix support, thanks to Ruud Koolen (redliza... (diff)
downloadgentoo-2-14c5dfe6535dbc2feddd57a62954a80a244cf1fd.tar.gz
gentoo-2-14c5dfe6535dbc2feddd57a62954a80a244cf1fd.tar.bz2
gentoo-2-14c5dfe6535dbc2feddd57a62954a80a244cf1fd.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/teeworlds/files/0.6.2/04-dedicated.patch')
-rw-r--r--games-action/teeworlds/files/0.6.2/04-dedicated.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/games-action/teeworlds/files/0.6.2/04-dedicated.patch b/games-action/teeworlds/files/0.6.2/04-dedicated.patch
deleted file mode 100644
index fc61b71283b6..000000000000
--- a/games-action/teeworlds/files/0.6.2/04-dedicated.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Sun Sep 8 11:05:26 UTC 2013
-Subject: fix DATADIR detection for minimal setups
-
---- a/src/engine/shared/storage.cpp
-+++ b/src/engine/shared/storage.cpp
-@@ -208,7 +208,7 @@
- for (i = 0; i < DirsCount; i++)
- {
- char aBuf[128];
-- str_format(aBuf, sizeof(aBuf), "%s/mapres", aDirs[i]);
-+ str_format(aBuf, sizeof(aBuf), "%s/maps", aDirs[i]);
- if(fs_is_dir(aBuf))
- {
- str_copy(m_aDatadir, aDirs[i], sizeof(m_aDatadir));