summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-17 18:49:14 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-18 10:19:25 +0100
commit0b7fe3e7c3876078be541653aa503c56003ef004 (patch)
tree1aaf5158c15722d31c24aef20fbace4f3ab2c9d1 /net-p2p/mldonkey
parentnet-p2p/amule: remove unused patches (diff)
downloadgentoo-0b7fe3e7c3876078be541653aa503c56003ef004.tar.gz
gentoo-0b7fe3e7c3876078be541653aa503c56003ef004.tar.bz2
gentoo-0b7fe3e7c3876078be541653aa503c56003ef004.zip
net-p2p/mldonkey: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3516
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r--net-p2p/mldonkey/files/2.9.5-execstacks.patch44
1 files changed, 0 insertions, 44 deletions
diff --git a/net-p2p/mldonkey/files/2.9.5-execstacks.patch b/net-p2p/mldonkey/files/2.9.5-execstacks.patch
deleted file mode 100644
index 487bfbc38100..000000000000
--- a/net-p2p/mldonkey/files/2.9.5-execstacks.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -ur mldonkey-2.9.5.orig/src/utils/lib/md4_i386.s mldonkey-2.9.5/src/utils/lib/md4_i386.s
---- mldonkey-2.9.5.orig/src/utils/lib/md4_i386.s 2008-06-30 17:45:37.000000000 +0200
-+++ mldonkey-2.9.5/src/utils/lib/md4_i386.s 2008-06-30 17:48:10.000000000 +0200
-@@ -934,3 +934,7 @@
-
- .data
-
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
-+
-diff -ur mldonkey-2.9.5.orig/src/utils/lib/md4_i486.s mldonkey-2.9.5/src/utils/lib/md4_i486.s
---- mldonkey-2.9.5.orig/src/utils/lib/md4_i486.s 2008-06-30 17:45:37.000000000 +0200
-+++ mldonkey-2.9.5/src/utils/lib/md4_i486.s 2008-06-30 17:48:21.000000000 +0200
-@@ -1091,3 +1091,7 @@
-
- .data
-
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
-+
-diff -ur mldonkey-2.9.5.orig/src/utils/lib/md4_i586.s mldonkey-2.9.5/src/utils/lib/md4_i586.s
---- mldonkey-2.9.5.orig/src/utils/lib/md4_i586.s 2008-06-30 17:45:37.000000000 +0200
-+++ mldonkey-2.9.5/src/utils/lib/md4_i586.s 2008-06-30 17:48:27.000000000 +0200
-@@ -1047,3 +1047,7 @@
-
- .data
-
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
-+
-diff -ur mldonkey-2.9.5.orig/src/utils/lib/md4_i686.s mldonkey-2.9.5/src/utils/lib/md4_i686.s
---- mldonkey-2.9.5.orig/src/utils/lib/md4_i686.s 2008-06-30 17:45:37.000000000 +0200
-+++ mldonkey-2.9.5/src/utils/lib/md4_i686.s 2008-06-30 17:48:34.000000000 +0200
-@@ -1009,3 +1009,7 @@
-
- .data
-
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif
-+