summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-25 11:47:25 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-25 12:06:58 +0200
commit9673485e4ed823cf90ad474897265dab9971210d (patch)
tree0935bd0b574990b5960ef31ef033645311f13a28 /sci-chemistry/coot
parentwww-client/midori: Removed old. (diff)
downloadgentoo-9673485e4ed823cf90ad474897265dab9971210d.tar.gz
gentoo-9673485e4ed823cf90ad474897265dab9971210d.tar.bz2
gentoo-9673485e4ed823cf90ad474897265dab9971210d.zip
sci-chemistry/coot: Don't set LD_LIBRARY_PATH
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry/coot')
-rw-r--r--sci-chemistry/coot/coot-0.8.2-r1.ebuild (renamed from sci-chemistry/coot/coot-0.8.2.ebuild)4
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-chemistry/coot/coot-0.8.2.ebuild b/sci-chemistry/coot/coot-0.8.2-r1.ebuild
index 18309ee2664b..2663fba892ca 100644
--- a/sci-chemistry/coot/coot-0.8.2.ebuild
+++ b/sci-chemistry/coot/coot-0.8.2-r1.ebuild
@@ -107,6 +107,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