commit: 51445a85fa34dda6901a7e525366b69a5259b64d
Author: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
AuthorDate: Sat Nov 1 16:44:23 2014 +0000
Commit: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Sat Nov 1 16:44:23 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=51445a85
sci-mathematics/scilab bring back no-as-needed
---
sci-mathematics/scilab/scilab-5.5.1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sci-mathematics/scilab/scilab-5.5.1.ebuild
b/sci-mathematics/scilab/scilab-5.5.1.ebuild
index 130689f..4b4c70d 100644
--- a/sci-mathematics/scilab/scilab-5.5.1.ebuild
+++ b/sci-mathematics/scilab/scilab-5.5.1.ebuild
@@ -120,6 +120,10 @@ src_prepare() {
"${FILESDIR}/${P}-nogui.patch" \
"${FILESDIR}/${P}-missinglib.patch"
+ # works for me on x86, but users are having
+ # trouble without see #282 on github
+ append-ldflags $(no-as-needed)
+
# increases java heap to 512M when building docs (sync with cheqreqs
above)
use doc && epatch "${FILESDIR}/${P}-java-heap.patch"