diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-07-02 17:07:42 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-07-02 17:07:42 +0000 |
commit | 35c73d835691630b0b69d61bffb78663947ac686 (patch) | |
tree | 228442817ad23fd4f2a9f5e3d576c252fff84114 /games-emulation/darcnes/files | |
parent | Mask x11-misc/ntodo for removal. (diff) | |
download | gentoo-2-35c73d835691630b0b69d61bffb78663947ac686.tar.gz gentoo-2-35c73d835691630b0b69d61bffb78663947ac686.tar.bz2 gentoo-2-35c73d835691630b0b69d61bffb78663947ac686.zip |
remove need for an executable stack
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'games-emulation/darcnes/files')
-rw-r--r-- | games-emulation/darcnes/files/darcnes-0401-exec-stack.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games-emulation/darcnes/files/darcnes-0401-exec-stack.patch b/games-emulation/darcnes/files/darcnes-0401-exec-stack.patch new file mode 100644 index 000000000000..4ab3565e3c7a --- /dev/null +++ b/games-emulation/darcnes/files/darcnes-0401-exec-stack.patch @@ -0,0 +1,9 @@ +--- blitters.S ++++ blitters.S +@@ -242,3 +242,6 @@ + * Initial revision + * + */ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif |