diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-11-26 17:06:07 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-11-26 18:58:48 +0100 |
commit | 231524aae98953e345514e25314f8c4d8c88e946 (patch) | |
tree | e448ce5ce5a70608b54be30f5569e36084491d60 /games-emulation/generator/files | |
parent | games-board/freedoko: remove unused patches (diff) | |
download | gentoo-231524aae98953e345514e25314f8c4d8c88e946.tar.gz gentoo-231524aae98953e345514e25314f8c4d8c88e946.tar.bz2 gentoo-231524aae98953e345514e25314f8c4d8c88e946.zip |
games-emulation/generator: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2919
Diffstat (limited to 'games-emulation/generator/files')
-rw-r--r-- | games-emulation/generator/files/generator-0.35_p4-execstacks.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games-emulation/generator/files/generator-0.35_p4-execstacks.patch b/games-emulation/generator/files/generator-0.35_p4-execstacks.patch deleted file mode 100644 index f92ef6121f5a..000000000000 --- a/games-emulation/generator/files/generator-0.35_p4-execstacks.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- raze/Makefile.am.old 2006-09-03 03:17:39.000000000 +0200 -+++ raze/Makefile.am 2006-09-03 03:16:36.000000000 +0200 -@@ -343,6 +343,10 @@ - raze: raze.o - raze.o: raze.asm raze.reg - nasm -e raze.asm -o raze2.asm -+ echo "%ifidn __OUTPUT_FORMAT__,elf" >> raze2.asm -+ echo "section .note.GNU-stack noalloc noexec nowrite progbits" \ -+ >> raze2.asm -+ echo "%endif" >> raze2.asm - nasm -f @ASMOUTPUT@ raze2.asm -o raze.o -praze.reg - |