* [gentoo-commits] repo/gentoo:master commit in: games-emulation/generator/files/
@ 2016-11-26 17:59 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2016-11-26 17:59 UTC (permalink / raw
To: gentoo-commits
commit: 231524aae98953e345514e25314f8c4d8c88e946
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Nov 26 16:06:07 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 26 17:58:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231524aa
games-emulation/generator: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2919
.../generator/files/generator-0.35_p4-execstacks.patch | 12 ------------
1 file changed, 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 f92ef61..00000000
--- 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
-
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/generator/files/
@ 2020-07-05 12:03 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2020-07-05 12:03 UTC (permalink / raw
To: gentoo-commits
commit: c2e6572068547e86ba81b38940ff59692f274a24
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 5 12:03:24 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 5 12:03:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e65720
games-emulation/generator: Fix C99 inline semantics
Closes: https://bugs.gentoo.org/730776
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-emulation/generator/files/generator-0.35_p4-gcc.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/games-emulation/generator/files/generator-0.35_p4-gcc.patch b/games-emulation/generator/files/generator-0.35_p4-gcc.patch
index c0e22a05739..e82512f0e3f 100644
--- a/games-emulation/generator/files/generator-0.35_p4-gcc.patch
+++ b/games-emulation/generator/files/generator-0.35_p4-gcc.patch
@@ -9,6 +9,17 @@
#endif
#define LEN_SRAM 0x2000
+--- a/main/event.c
++++ b/main/event.c
+@@ -15,7 +15,7 @@
+
+ /* time for next event - update vdp_event - return when to call again */
+
+-inline void event_nextevent(void)
++void event_nextevent(void)
+ {
+ /* call this when it *is* time for the next event as dictated by vdp_event,
+ so we switch on it and update vdp_event at the same time */
--- a/main/vdp.c
+++ b/main/vdp.c
@@ -87,7 +87,7 @@
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-05 12:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-05 12:03 [gentoo-commits] repo/gentoo:master commit in: games-emulation/generator/files/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2016-11-26 17:59 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox