summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/xbmc/files')
-rw-r--r--media-tv/xbmc/files/xbmc-noexec.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-tv/xbmc/files/xbmc-noexec.patch b/media-tv/xbmc/files/xbmc-noexec.patch
deleted file mode 100644
index f93919fc26c6..000000000000
--- a/media-tv/xbmc/files/xbmc-noexec.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-http://xbmc.org/trac/ticket/5945
-
---- xbmc/lib/libPython/XBPythonDllFuncs.S
-+++ xbmc/lib/libPython/XBPythonDllFuncs.S
-@@ -83,3 +83,7 @@
- FUNCTION(PyFloat_FromDouble)
-
- #endif
-+
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif