diff options
author | Austin English <wizardedit@gentoo.org> | 2017-09-06 17:53:26 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2017-09-06 17:58:22 -0500 |
commit | b88e7e5b4b43af26dc11a4462581c9f21b407c64 (patch) | |
tree | 25ff4ec273193fca89312a6e801a747aef022432 /games-fps/tenebrae/files | |
parent | games-fps/serious-sam-tse: remove deprecated games eclass (diff) | |
download | gentoo-b88e7e5b4b43af26dc11a4462581c9f21b407c64.tar.gz gentoo-b88e7e5b4b43af26dc11a4462581c9f21b407c64.tar.bz2 gentoo-b88e7e5b4b43af26dc11a4462581c9f21b407c64.zip |
games-fps/tenebrae: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'games-fps/tenebrae/files')
-rw-r--r-- | games-fps/tenebrae/files/1.04-glhax.patch | 2 | ||||
-rw-r--r-- | games-fps/tenebrae/files/tenebrae-1.04-exec-stack.patch | 16 | ||||
-rw-r--r-- | games-fps/tenebrae/files/tenebrae-1.04-redef.patch | 19 |
3 files changed, 28 insertions, 9 deletions
diff --git a/games-fps/tenebrae/files/1.04-glhax.patch b/games-fps/tenebrae/files/1.04-glhax.patch index b8615fa04a97..a185d8e10c7d 100644 --- a/games-fps/tenebrae/files/1.04-glhax.patch +++ b/games-fps/tenebrae/files/1.04-glhax.patch @@ -1,4 +1,4 @@ ---- tenebrae_0/glquake.h.orig 2004-12-25 00:28:28.707288592 -0500 +--- tenebrae_0/glquake.h 2004-12-25 00:28:28.707288592 -0500 +++ tenebrae_0/glquake.h 2004-12-25 00:27:35.000000000 -0500 @@ -34,6 +34,7 @@ #else diff --git a/games-fps/tenebrae/files/tenebrae-1.04-exec-stack.patch b/games-fps/tenebrae/files/tenebrae-1.04-exec-stack.patch index bc74e951fe6a..abc8bd4a2b87 100644 --- a/games-fps/tenebrae/files/tenebrae-1.04-exec-stack.patch +++ b/games-fps/tenebrae/files/tenebrae-1.04-exec-stack.patch @@ -1,5 +1,5 @@ ---- math.s -+++ math.s +--- a/math.s ++++ b/math.s @@ -416,3 +416,6 @@ call C(BOPS_Error) @@ -7,8 +7,8 @@ +#if defined(__linux__) && defined(__ELF__) +.section .note.GNU-stack,"",%progbits +#endif ---- snd_mixa.s -+++ snd_mixa.s +--- a/snd_mixa.s ++++ b/snd_mixa.s @@ -216,3 +216,6 @@ #endif // id386 @@ -16,8 +16,8 @@ +#if defined(__linux__) && defined(__ELF__) +.section .note.GNU-stack,"",%progbits +#endif ---- sys_dosa.s -+++ sys_dosa.s +--- a/sys_dosa.s ++++ b/sys_dosa.s @@ -93,3 +93,6 @@ ret @@ -25,8 +25,8 @@ +#if defined(__linux__) && defined(__ELF__) +.section .note.GNU-stack,"",%progbits +#endif ---- worlda.s -+++ worlda.s +--- a/worlda.s ++++ b/worlda.s @@ -142,3 +142,6 @@ #endif // id386 diff --git a/games-fps/tenebrae/files/tenebrae-1.04-redef.patch b/games-fps/tenebrae/files/tenebrae-1.04-redef.patch new file mode 100644 index 000000000000..8bd89aa18e6f --- /dev/null +++ b/games-fps/tenebrae/files/tenebrae-1.04-redef.patch @@ -0,0 +1,19 @@ +--- a/sys_dosa.s 2017-09-06 16:41:31.875358788 -0500 ++++ b/sys_dosa.s 2017-09-06 16:41:35.947376646 -0500 +@@ -44,6 +44,8 @@ + + .text + ++// Falls back to an empty stub on non-i386, in sys_linux.c ++#if id386 + .globl C(Sys_LowFPPrecision) + C(Sys_LowFPPrecision): + fldcw single_cw +@@ -55,6 +57,7 @@ + fldcw full_cw + + ret ++#endif + + .globl C(Sys_PushFPCW_SetHigh) + C(Sys_PushFPCW_SetHigh): |