commit: dc3af39c3a241969ecfb4b0beec8f09c510cb6a7
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 09:43:17 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 09:43:17 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dc3af39c
sci-chemistry/coot: Don't set LD_LIBRARY_PATH
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-chemistry/coot/coot-9999.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sci-chemistry/coot/coot-9999.ebuild
b/sci-chemistry/coot/coot-9999.ebuild
index c76273d..a63dd8b 100644
--- a/sci-chemistry/coot/coot-9999.ebuild
+++ b/sci-chemistry/coot/coot-9999.ebuild
@@ -106,6 +106,10 @@ src_unpack() {
src_prepare() {
sed \
+ -e '/export LD_LIBRARY/s:^:#:g' \
+ -i src/coot.in || die
+
+ sed \
-e
"s:AM_COOT_SYS_BUILD_TYPE:COOT_SYS_BUILD_TYPE=Gentoo-Linux-${EPYTHON}-gtk2 ;
AC_MSG_RESULT([\$COOT_SYS_BUILD_TYPE]); AC_SUBST(COOT_SYS_BUILD_TYPE):g" \
-i configure.ac || die