diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-04-06 01:33:28 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-04-06 01:33:28 +0000 |
commit | eda78cec218c5cf9d7683c3db42ad8b8110c9cd5 (patch) | |
tree | 5324102ca919f5d170e67bbbca6e11a78538a196 /games-emulation/daphne/files | |
parent | Adding kernel_linux and kernel_FreeBSD to IUSE (diff) | |
download | historical-eda78cec218c5cf9d7683c3db42ad8b8110c9cd5.tar.gz historical-eda78cec218c5cf9d7683c3db42ad8b8110c9cd5.tar.bz2 historical-eda78cec218c5cf9d7683c3db42ad8b8110c9cd5.zip |
use games_get_libdir
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'games-emulation/daphne/files')
-rw-r--r-- | games-emulation/daphne/files/0.99.6-local-dapinput.patch | 29 | ||||
-rw-r--r-- | games-emulation/daphne/files/daphne-0.99.6-gcc41.patch | 22 | ||||
-rw-r--r-- | games-emulation/daphne/files/digest-daphne-0.99.6-r2 | 3 |
3 files changed, 0 insertions, 54 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 deleted file mode 100644 index 9b3c3a413e02..000000000000 --- a/games-emulation/daphne/files/0.99.6-local-dapinput.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- src/io/input.cpp.orig 2003-11-04 02:51:56.308868080 -0500 -+++ src/io/input.cpp 2003-11-04 02:53:57.283477144 -0500 -@@ -22,6 +22,9 @@ - - // Handles SDL input functions (low-level keyboard/joystick input) - -+#include <unistd.h> -+#include <sys/stat.h> -+#include <sys/types.h> - #include <time.h> - #include "input.h" - #include "conout.h" -@@ -113,6 +116,9 @@ - char strTemp[25] = {0}; - char thisChar = 0; - -+ chdir(getenv("HOME")); -+ mkdir(".daphne", 0700); -+ chdir(".daphne"); - F = fopen("dapinput.ini", "rt"); - - // if we opened the file successfully -@@ -589,4 +595,4 @@ - } - idle_timer = refresh_ms_time(); - } --// end edit -\ No newline at end of file -+// end edit diff --git a/games-emulation/daphne/files/daphne-0.99.6-gcc41.patch b/games-emulation/daphne/files/daphne-0.99.6-gcc41.patch deleted file mode 100644 index b136ebd387f8..000000000000 --- a/games-emulation/daphne/files/daphne-0.99.6-gcc41.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- src/game/game.h.old 2006-08-27 18:45:27.000000000 +0200 -+++ src/game/game.h 2006-08-27 18:45:43.000000000 +0200 -@@ -121,7 +121,7 @@ - int get_video_col_offset(); - SDL_Surface *get_video_overlay(int index); // returns pointer to video overlay specified, or NULL if index is out of range - SDL_Surface *get_active_video_overlay(); // returns the current active video overlay (that is currently being drawn) -- SDL_Surface *game::get_finished_video_overlay(); // returns the last complete video overlay (that isn't currently being drawn) -+ SDL_Surface *get_finished_video_overlay(); // returns the last complete video overlay (that isn't currently being drawn) - bool is_overlay_size_dynamic(); // returns m_overlay_size_is_dynamic - - void enable_cheat(); ---- src/ldp-out/pioneer.h.old 2006-08-27 18:47:55.000000000 +0200 -+++ src/ldp-out/pioneer.h 2006-08-27 18:48:12.000000000 +0200 -@@ -45,7 +45,7 @@ - bool pioneer_audio1; - bool pioneer_audio2; - bool check_result(Uint32, bool); -- bool pioneer::getstring(char *, int, Uint32,bool); -+ bool getstring(char *, int, Uint32,bool); - void printmodel(); - }; - diff --git a/games-emulation/daphne/files/digest-daphne-0.99.6-r2 b/games-emulation/daphne/files/digest-daphne-0.99.6-r2 deleted file mode 100644 index 344ba83b7d7b..000000000000 --- a/games-emulation/daphne/files/digest-daphne-0.99.6-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7602c8c1c7d54f61e23e55fe55b44ffd daphne-0.99.6-src.tar.gz 2685633 -RMD160 b4e7902887e6dad03d9ad0b8f9fc5b4b34ca9166 daphne-0.99.6-src.tar.gz 2685633 -SHA256 ca8e4365d3af7dd484ce14d30eeffafef7947e41956fa12ec7120308ff3658f9 daphne-0.99.6-src.tar.gz 2685633 |