summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <sokolov@google.com>2020-09-03 10:07:59 +0100
committerStefan Strogin <steils@gentoo.org>2020-10-18 18:57:20 +0300
commitf9648eb25f891e5c6dc1e630e8654f7ba4173b91 (patch)
tree1c1f43d36bc116cde520809c0cc0635d020118a4 /games-strategy/liquidwar/files/liquidwar-5.6.5-exec-stack.patch
parentnet-print/hplip: Version bump to hplip-3.20.9. (diff)
downloadgentoo-f9648eb25f891e5c6dc1e630e8654f7ba4173b91.tar.gz
gentoo-f9648eb25f891e5c6dc1e630e8654f7ba4173b91.tar.bz2
gentoo-f9648eb25f891e5c6dc1e630e8654f7ba4173b91.zip
games-strategy/liquidwar: version bump
Closes: https://bugs.gentoo.org/707810 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'games-strategy/liquidwar/files/liquidwar-5.6.5-exec-stack.patch')
-rw-r--r--games-strategy/liquidwar/files/liquidwar-5.6.5-exec-stack.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/games-strategy/liquidwar/files/liquidwar-5.6.5-exec-stack.patch b/games-strategy/liquidwar/files/liquidwar-5.6.5-exec-stack.patch
new file mode 100644
index 000000000000..a1e93c9b738c
--- /dev/null
+++ b/games-strategy/liquidwar/files/liquidwar-5.6.5-exec-stack.patch
@@ -0,0 +1,27 @@
+--- a/src/glouglou.s
++++ b/src/glouglou.s
+@@ -240,3 +240,6 @@
+
+ ret
+
++#ifdef __ELF__
++.section .note.GNU-stack,"",%progbits
++#endif
+--- a/src/monster.s
++++ b/src/monster.s
+@@ -972,3 +972,6 @@
+ ret # retour au c
+
+
++#ifdef __ELF__
++.section .note.GNU-stack,"",%progbits
++#endif
+--- a/src/spread.s
++++ b/src/spread.s
+@@ -957,3 +957,6 @@
+
+
+
++#ifdef __ELF__
++.section .note.GNU-stack,"",%progbits
++#endif