summaryrefslogtreecommitdiff
path: root/games-fps/tenebrae/files/tenebrae-1.04-redef.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-fps/tenebrae/files/tenebrae-1.04-redef.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-fps/tenebrae/files/tenebrae-1.04-redef.patch')
-rw-r--r--games-fps/tenebrae/files/tenebrae-1.04-redef.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/games-fps/tenebrae/files/tenebrae-1.04-redef.patch b/games-fps/tenebrae/files/tenebrae-1.04-redef.patch
deleted file mode 100644
index 8bd89aa18e6f..000000000000
--- a/games-fps/tenebrae/files/tenebrae-1.04-redef.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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):