diff options
author | Tristan Heaven <tristan@gentoo.org> | 2006-12-28 00:13:14 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2006-12-28 00:13:14 +0000 |
commit | 48f5f3462314481dacfb1aab2066f58a01c2f872 (patch) | |
tree | 4e3c8f6089f79820b22fb7f71af40d4fdfa0f897 /games-emulation/daphne/files | |
parent | Removed kunststoff-bin (bug #159243) as there is a from sources version dev-j... (diff) | |
download | historical-48f5f3462314481dacfb1aab2066f58a01c2f872.tar.gz historical-48f5f3462314481dacfb1aab2066f58a01c2f872.tar.bz2 historical-48f5f3462314481dacfb1aab2066f58a01c2f872.zip |
Version bump, bug #119982
Package-Manager: portage-2.1.2_rc4-r1
Diffstat (limited to 'games-emulation/daphne/files')
-rw-r--r-- | games-emulation/daphne/files/daphne-0.99.7-exec-stack.patch | 18 | ||||
-rw-r--r-- | games-emulation/daphne/files/daphne-0.99.7-gcc41.patch | 22 | ||||
-rw-r--r-- | games-emulation/daphne/files/digest-daphne-0.99.7 | 3 |
3 files changed, 43 insertions, 0 deletions
diff --git a/games-emulation/daphne/files/daphne-0.99.7-exec-stack.patch b/games-emulation/daphne/files/daphne-0.99.7-exec-stack.patch new file mode 100644 index 000000000000..67de83272ac5 --- /dev/null +++ b/games-emulation/daphne/files/daphne-0.99.7-exec-stack.patch @@ -0,0 +1,18 @@ +--- video/blend_mmx-gas.s ++++ video/blend_mmx-gas.s +@@ -93,3 +93,6 @@ + ret + + #################################################### ++#ifdef __ELF__ ++.section .note.GNU-stack,"",%progbits ++#endif +--- video/rgb2yuv-gas.s ++++ video/rgb2yuv-gas.s +@@ -149,3 +149,6 @@ + popl %ebp + + ret ++#ifdef __ELF__ ++.section .note.GNU-stack,"",%progbits ++#endif diff --git a/games-emulation/daphne/files/daphne-0.99.7-gcc41.patch b/games-emulation/daphne/files/daphne-0.99.7-gcc41.patch new file mode 100644 index 000000000000..83766ed10fad --- /dev/null +++ b/games-emulation/daphne/files/daphne-0.99.7-gcc41.patch @@ -0,0 +1,22 @@ +--- game/lgp.h ++++ game/lgp.h +@@ -59,7 +59,7 @@ + bool nmie; + Uint8 banks[7]; + void recalc_palette(); +- void lgp::draw_8x8(int character_number, int xcoord, int ycoord); ++ void draw_8x8(int character_number, int xcoord, int ycoord); + }; + + #endif +--- ldp-out/pioneer.h ++++ ldp-out/pioneer.h +@@ -47,7 +47,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.7 b/games-emulation/daphne/files/digest-daphne-0.99.7 new file mode 100644 index 000000000000..2adb845a5b1c --- /dev/null +++ b/games-emulation/daphne/files/digest-daphne-0.99.7 @@ -0,0 +1,3 @@ +MD5 887802217036a0bc1827ef2d2b8d17a8 daphne-0.99.7-src.tar.gz 3499980 +RMD160 0607bf6a275f3ada240d8ee4b5ffca44e7ceb246 daphne-0.99.7-src.tar.gz 3499980 +SHA256 6b40f2028cac01803318bc2d62ad3a3c7d98b3d49d846312e30d2b52fadfce51 daphne-0.99.7-src.tar.gz 3499980 |