summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/daphne/files/daphne-0.99.7-exec-stack.patch')
-rw-r--r--games-emulation/daphne/files/daphne-0.99.7-exec-stack.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/games-emulation/daphne/files/daphne-0.99.7-exec-stack.patch b/games-emulation/daphne/files/daphne-0.99.7-exec-stack.patch
new file mode 100644
index 000000000000..67de83272ac5
--- /dev/null
+++ b/games-emulation/daphne/files/daphne-0.99.7-exec-stack.patch
@@ -0,0 +1,18 @@
+--- video/blend_mmx-gas.s
++++ video/blend_mmx-gas.s
+@@ -93,3 +93,6 @@
+ ret
+
+ ####################################################
++#ifdef __ELF__
++.section .note.GNU-stack,"",%progbits
++#endif
+--- video/rgb2yuv-gas.s
++++ video/rgb2yuv-gas.s
+@@ -149,3 +149,6 @@
+ popl %ebp
+
+ ret
++#ifdef __ELF__
++.section .note.GNU-stack,"",%progbits
++#endif