summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-22 16:15:40 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-23 14:08:23 +0100
commit81ec0233d27b442f8809ba065c7ce6d086e57921 (patch)
treeb5468d7df22ec6431742a342f594db6a8eeb9fb4 /games-action
parentgames-action/garden: remove unused patches (diff)
downloadgentoo-81ec0233d27b442f8809ba065c7ce6d086e57921.tar.gz
gentoo-81ec0233d27b442f8809ba065c7ce6d086e57921.tar.bz2
gentoo-81ec0233d27b442f8809ba065c7ce6d086e57921.zip
games-action/lugaru: remove unused patch
Diffstat (limited to 'games-action')
-rw-r--r--games-action/lugaru/files/lugaru-9999-dir.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-action/lugaru/files/lugaru-9999-dir.patch b/games-action/lugaru/files/lugaru-9999-dir.patch
deleted file mode 100644
index da9310dde58e..000000000000
--- a/games-action/lugaru/files/lugaru-9999-dir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Source/OpenGL_Windows.cpp 2015-01-14 23:57:19.799186785 -0500
-+++ b/Source/OpenGL_Windows.cpp 2015-01-14 23:57:36.022643953 -0500
-@@ -1330,7 +1330,7 @@
-
- // !!! FIXME: we could use a Win32 API for this. --ryan.
- #ifndef WIN32
-- chdirToAppPath(argv[0]);
-+ chdir("@GENTOO_DIR@");
- #endif
-
- LOGFUNC;