diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-12-28 00:13:14 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-12-28 00:13:14 +0000 |
commit | a0a6f11939b3bb66085ff79e472f3f2ce4b2afd0 (patch) | |
tree | 6f7242434a9fe960dfe8696f58e460d1958cd723 /games-emulation/daphne/files | |
parent | Removed kunststoff-bin (bug #159243) as there is a from sources version dev-j... (diff) | |
download | gentoo-2-a0a6f11939b3bb66085ff79e472f3f2ce4b2afd0.tar.gz gentoo-2-a0a6f11939b3bb66085ff79e472f3f2ce4b2afd0.tar.bz2 gentoo-2-a0a6f11939b3bb66085ff79e472f3f2ce4b2afd0.zip |
Version bump, bug #119982
(Portage version: 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 |