summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/openalchemist/files/openalchemist-0.3-gentoo.patch')
-rw-r--r--games-arcade/openalchemist/files/openalchemist-0.3-gentoo.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/games-arcade/openalchemist/files/openalchemist-0.3-gentoo.patch b/games-arcade/openalchemist/files/openalchemist-0.3-gentoo.patch
new file mode 100644
index 000000000..f7050a132
--- /dev/null
+++ b/games-arcade/openalchemist/files/openalchemist-0.3-gentoo.patch
@@ -0,0 +1,19 @@
+--- src/misc.cpp.orig 2008-10-13 23:27:29.000000000 +0200
++++ src/misc.cpp 2008-10-13 23:29:09.000000000 +0200
+@@ -61,6 +61,7 @@
+ {
+ #ifdef DATA_DIR
+ std::string dir = DATA_DIR;
++ dir += "/skins/";
+ #else
+ std::string dir = CL_System::get_exe_path() + get_path_separator() + "skins";
+ #endif
+@@ -75,7 +76,7 @@
+ #else
+ #ifdef DATA_DIR
+ std::string file_path = DATA_DIR;
+- file_path += "/";
++ file_path += "/data/";
+ #else
+ std::string file_path = CL_System::get_exe_path() + "/data";
+ #endif