summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-30 09:52:56 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-30 09:52:56 +0000
commitfb512eb5a007e3ec63fbbde4be9f4c6ae89521e7 (patch)
tree7743e19585e78baba9e15c4397cbc3172d218caa /games-emulation/daphne/files
parentattempt to fix EXTRA_COMPILE_ARGS bug (diff)
downloadgentoo-2-fb512eb5a007e3ec63fbbde4be9f4c6ae89521e7.tar.gz
gentoo-2-fb512eb5a007e3ec63fbbde4be9f4c6ae89521e7.tar.bz2
gentoo-2-fb512eb5a007e3ec63fbbde4be9f4c6ae89521e7.zip
path fix #32314
Diffstat (limited to 'games-emulation/daphne/files')
-rw-r--r--games-emulation/daphne/files/0.99.6-local-dapinput.patch14
-rw-r--r--games-emulation/daphne/files/digest-daphne-0.99.6-r1 (renamed from games-emulation/daphne/files/digest-daphne-0.99.6)0
2 files changed, 14 insertions, 0 deletions
diff --git a/games-emulation/daphne/files/0.99.6-local-dapinput.patch b/games-emulation/daphne/files/0.99.6-local-dapinput.patch
new file mode 100644
index 000000000000..7867be6712ec
--- /dev/null
+++ b/games-emulation/daphne/files/0.99.6-local-dapinput.patch
@@ -0,0 +1,14 @@
+--- src/io/input.cpp.orig 2003-10-30 04:47:16.997745896 -0500
++++ src/io/input.cpp 2003-10-30 04:47:46.725226632 -0500
+@@ -25,0 +25,1 @@
++#include <unistd.h>
+@@ -113,7 +113,8 @@
+ char strTemp[25] = {0};
+ char thisChar = 0;
+
+- F = fopen("dapinput.ini", "rt");
++ chdir(getenv("HOME"));
++ F = fopen(".dapinput.ini", "rt");
+
+ // if we opened the file successfully
+ if (F != NULL)
diff --git a/games-emulation/daphne/files/digest-daphne-0.99.6 b/games-emulation/daphne/files/digest-daphne-0.99.6-r1
index 115b93db4360..115b93db4360 100644
--- a/games-emulation/daphne/files/digest-daphne-0.99.6
+++ b/games-emulation/daphne/files/digest-daphne-0.99.6-r1