diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 12:08:50 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-29 13:25:58 +0200 |
commit | a1dbc7b3488d5eb526d980b9ec764a50d1f26e05 (patch) | |
tree | 8b8228f820945c20d72ded1fe10824a70691456a /games-emulation/gngeo/files | |
parent | games-emulation/gngeo: Drop old (diff) | |
download | gentoo-a1dbc7b3488d5eb526d980b9ec764a50d1f26e05.tar.gz gentoo-a1dbc7b3488d5eb526d980b9ec764a50d1f26e05.tar.bz2 gentoo-a1dbc7b3488d5eb526d980b9ec764a50d1f26e05.zip |
games-emulation/gngeo: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-emulation/gngeo/files')
-rw-r--r-- | games-emulation/gngeo/files/gngeo-0.8-cflags.patch | 4 | ||||
-rw-r--r-- | games-emulation/gngeo/files/gngeo-0.8-concurrentMake.patch | 4 | ||||
-rw-r--r-- | games-emulation/gngeo/files/gngeo-0.8-execstacks.patch | 40 |
3 files changed, 24 insertions, 24 deletions
diff --git a/games-emulation/gngeo/files/gngeo-0.8-cflags.patch b/games-emulation/gngeo/files/gngeo-0.8-cflags.patch index 1a4892abae9e..0dcc3e7c5bf8 100644 --- a/games-emulation/gngeo/files/gngeo-0.8-cflags.patch +++ b/games-emulation/gngeo/files/gngeo-0.8-cflags.patch @@ -1,5 +1,5 @@ ---- configure.in.orig 2016-03-31 04:15:45.913917791 -0400 -+++ configure.in 2016-03-31 04:16:23.447607551 -0400 +--- a/configure.in.orig 2016-03-31 04:15:45.913917791 -0400 ++++ b/configure.in 2016-03-31 04:16:23.447607551 -0400 @@ -236,20 +236,12 @@ AC_DEFINE(PROCESSOR_INTEL, 1, [Define if you have an x86 processor]) ALIGNLONGS=0 diff --git a/games-emulation/gngeo/files/gngeo-0.8-concurrentMake.patch b/games-emulation/gngeo/files/gngeo-0.8-concurrentMake.patch index 1afc182c0988..f039ecf544d9 100644 --- a/games-emulation/gngeo/files/gngeo-0.8-concurrentMake.patch +++ b/games-emulation/gngeo/files/gngeo-0.8-concurrentMake.patch @@ -1,5 +1,5 @@ ---- src/generator68k/Makefile.am.orig 2015-01-23 18:37:37.998723294 -0500 -+++ src/generator68k/Makefile.am 2015-01-23 18:38:39.995391133 -0500 +--- a/src/generator68k/Makefile.am.orig 2015-01-23 18:37:37.998723294 -0500 ++++ b/src/generator68k/Makefile.am 2015-01-23 18:38:39.995391133 -0500 @@ -71,9 +71,12 @@ #def68k : def68k.c diff --git a/games-emulation/gngeo/files/gngeo-0.8-execstacks.patch b/games-emulation/gngeo/files/gngeo-0.8-execstacks.patch index 17c576b7d634..a3face06f35c 100644 --- a/games-emulation/gngeo/files/gngeo-0.8-execstacks.patch +++ b/games-emulation/gngeo/files/gngeo-0.8-execstacks.patch @@ -1,5 +1,5 @@ ---- src/effect/2xsaimmx.asm -+++ src/effect/2xsaimmx.asm +--- a/src/effect/2xsaimmx.asm ++++ b/src/effect/2xsaimmx.asm @@ -2107,3 +2107,7 @@ final1b resb 8 final2a resb 8 @@ -8,8 +8,8 @@ +%ifidn __OUTPUT_FORMAT__,elf +section .note.GNU-stack noalloc noexec nowrite progbits +%endif ---- src/effect/effect_i386.asm -+++ src/effect/effect_i386.asm +--- a/src/effect/effect_i386.asm ++++ b/src/effect/effect_i386.asm @@ -88,3 +88,7 @@ emms @@ -18,8 +18,8 @@ +%ifidn __OUTPUT_FORMAT__,elf +section .note.GNU-stack noalloc noexec nowrite progbits +%endif ---- src/effect/hq2x16.asm -+++ src/effect/hq2x16.asm +--- a/src/effect/hq2x16.asm ++++ b/src/effect/hq2x16.asm @@ -1935,3 +1935,7 @@ dd ..@cross8, ..@flag0, ..@flag0, ..@flag0,
dd ..@flag0, ..@flag0, ..@flag0, ..@flag0
@@ -28,8 +28,8 @@ +%ifidn __OUTPUT_FORMAT__,elf +section .note.GNU-stack noalloc noexec nowrite progbits +%endif ---- src/effect/hq3x16.asm -+++ src/effect/hq3x16.asm +--- a/src/effect/hq3x16.asm ++++ b/src/effect/hq3x16.asm @@ -2520,3 +2520,7 @@ dd ..@cross8, ..@flag0, ..@flag0, ..@flag0,
dd ..@flag0, ..@flag0, ..@flag0, ..@flag0
@@ -38,8 +38,8 @@ +%ifidn __OUTPUT_FORMAT__,elf +section .note.GNU-stack noalloc noexec nowrite progbits +%endif ---- src/memcpy.S -+++ src/memcpy.S +--- a/src/memcpy.S ++++ b/src/memcpy.S @@ -495,4 +495,8 @@ Lmemcpy_bsrcul1l4: @@ -51,8 +51,8 @@ +#ifdef __ELF__ +.section .note.GNU-stack,"",@progbits +#endif ---- src/raze/Makefile.am -+++ src/raze/Makefile.am +--- a/src/raze/Makefile.am ++++ b/src/raze/Makefile.am @@ -20,7 +20,7 @@ $(srcdir)/strip_ $< $@ @@ -62,8 +62,8 @@ # This assembles the file, once it's been pre-processed raze.o: raze2.asm ---- src/raze/raze.asm -+++ src/raze/raze.asm +--- a/src/raze/raze.asm ++++ b/src/raze/raze.asm @@ -4259,3 +4259,6 @@ ;- the end ------------------------------------------------------------------; @@ -71,8 +71,8 @@ +%ifidn ___OUTPUT_FORMAT__,elf +section .note.GNU-stack noalloc noexec nowrite progbits +%endif ---- src/screen_i386.asm -+++ src/screen_i386.asm +--- a/src/screen_i386.asm ++++ b/src/screen_i386.asm @@ -96,3 +96,6 @@ endproc @@ -80,8 +80,8 @@ +%ifidn __OUTPUT_FORMAT__,elf +section .note.GNU-stack noalloc noexec nowrite progbits +%endif ---- src/star/star.c -+++ src/star/star.c +--- a/src/star/star.c ++++ b/src/star/star.c @@ -2431,6 +2431,10 @@ */ static void suffixes(void) { @@ -93,8 +93,8 @@ } /**************************************************************************** ---- src/video_i386.asm -+++ src/video_i386.asm +--- a/src/video_i386.asm ++++ b/src/video_i386.asm @@ -86,3 +86,7 @@ popa |