sci-chemistry/coot: Don't set LD_LIBRARY_PATH
authorJustin Lecher <jlec@gentoo.org>
Fri, 25 Sep 2015 09:47:25 +0000 (11:47 +0200)
committerJustin Lecher <jlec@gentoo.org>
Fri, 25 Sep 2015 10:06:58 +0000 (12:06 +0200)
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec@gentoo.org>
sci-chemistry/coot/coot-0.8.2-r1.ebuild [moved from sci-chemistry/coot/coot-0.8.2.ebuild with 98% similarity]

similarity index 98%
rename from sci-chemistry/coot/coot-0.8.2.ebuild
rename to sci-chemistry/coot/coot-0.8.2-r1.ebuild
index 18309ee2664b012dd06cd6190a9fee07114b13da..2663fba892ca6964aee37b22fe3a2698a6432dff 100644 (file)
@@ -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