summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-06-27 23:37:30 +0100
committerJames Le Cuirot <chewi@gentoo.org>2016-06-27 23:39:01 +0100
commitc739e31c1cb63ec308f765e028bdc50661e6f7f6 (patch)
tree913c63c80267e4612aa1794d88fd551abdf114bf /dev-libs/angelscript/files
parentmedia-libs/webrtc-audio-processing: Version bump (diff)
downloadgentoo-c739e31c1cb63ec308f765e028bdc50661e6f7f6.tar.gz
gentoo-c739e31c1cb63ec308f765e028bdc50661e6f7f6.tar.bz2
gentoo-c739e31c1cb63ec308f765e028bdc50661e6f7f6.zip
dev-libs/angelscript: Version bump to 2.31.1, closes bug #586292
This includes: - EAPI bump to 6 - Better static-libs handling - New DESTDIR handling following upstream changes - GNU stack patch, submitted upstream by email Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/angelscript/files')
-rw-r--r--dev-libs/angelscript/files/gnu-stack.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/angelscript/files/gnu-stack.patch b/dev-libs/angelscript/files/gnu-stack.patch
new file mode 100644
index 000000000000..342789f91c48
--- /dev/null
+++ b/dev-libs/angelscript/files/gnu-stack.patch
@@ -0,0 +1,18 @@
+--- a/angelscript/source/as_callfunc_arm_gcc.S 2015-06-09 21:40:30.000000000 +0100
++++ b/angelscript/source/as_callfunc_arm_gcc.S 2016-06-27 23:23:46.912297799 +0100
+@@ -717,13 +717,13 @@
+
+ #endif /* hard float abi */
+
++#endif /* arm */
++
+ #if defined(__linux__) && defined(__ELF__)
+ /* ref: http://hardened.gentoo.org/gnu-stack.xml */
+ .section .note.GNU-stack,"",%progbits
+ #endif
+
+-#endif /* arm */
+-
+ #endif /* !AS_MAX_PORTABILITY */
+
+