summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-02 20:10:39 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-02 21:27:56 +0200
commite3f5ce5524d48cd371d579fb535ea8c874b5d5b0 (patch)
tree531cb87af9d7a5e9d517db33e5fd7155773b13fd /games-strategy/liquidwar/files/liquidwar-5.6.4-exec-stack.patch
parentgames-strategy/lightyears: Drop old (diff)
downloadgentoo-e3f5ce5524d48cd371d579fb535ea8c874b5d5b0.tar.gz
gentoo-e3f5ce5524d48cd371d579fb535ea8c874b5d5b0.tar.bz2
gentoo-e3f5ce5524d48cd371d579fb535ea8c874b5d5b0.zip
games-strategy/liquidwar: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-strategy/liquidwar/files/liquidwar-5.6.4-exec-stack.patch')
-rw-r--r--games-strategy/liquidwar/files/liquidwar-5.6.4-exec-stack.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/games-strategy/liquidwar/files/liquidwar-5.6.4-exec-stack.patch b/games-strategy/liquidwar/files/liquidwar-5.6.4-exec-stack.patch
index 83e733b28a05..a1e93c9b738c 100644
--- a/games-strategy/liquidwar/files/liquidwar-5.6.4-exec-stack.patch
+++ b/games-strategy/liquidwar/files/liquidwar-5.6.4-exec-stack.patch
@@ -1,5 +1,5 @@
---- src/glouglou.s
-+++ src/glouglou.s
+--- a/src/glouglou.s
++++ b/src/glouglou.s
@@ -240,3 +240,6 @@
ret
@@ -7,8 +7,8 @@
+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif
---- src/monster.s
-+++ src/monster.s
+--- a/src/monster.s
++++ b/src/monster.s
@@ -972,3 +972,6 @@
ret # retour au c
@@ -16,8 +16,8 @@
+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif
---- src/spread.s
-+++ src/spread.s
+--- a/src/spread.s
++++ b/src/spread.s
@@ -957,3 +957,6 @@