diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2005-09-19 21:28:28 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2005-09-19 21:28:28 +0000 |
commit | 5e43a00e49d314defa0a4088d4eab5ac958263b5 (patch) | |
tree | 2f4c5f785c389b9d920806b39ebf9d48ecc9fbed /dev-libs/librep/librep-0.17-r2.ebuild | |
parent | Fix librep libtool mess instead of continuing to try to work around it (diff) | |
download | historical-5e43a00e49d314defa0a4088d4eab5ac958263b5.tar.gz historical-5e43a00e49d314defa0a4088d4eab5ac958263b5.tar.bz2 historical-5e43a00e49d314defa0a4088d4eab5ac958263b5.zip |
Fix librep libtool mess instead of continuing to try to work around it
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'dev-libs/librep/librep-0.17-r2.ebuild')
-rw-r--r-- | dev-libs/librep/librep-0.17-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/librep/librep-0.17-r2.ebuild b/dev-libs/librep/librep-0.17-r2.ebuild index 9645ca2a6b7c..85165dbf52cd 100644 --- a/dev-libs/librep/librep-0.17-r2.ebuild +++ b/dev-libs/librep/librep-0.17-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.17-r2.ebuild,v 1.2 2005/09/15 12:48:24 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.17-r2.ebuild,v 1.3 2005/09/19 21:28:28 truedfx Exp $ inherit eutils libtool toolchain-funcs multilib @@ -22,6 +22,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}/libtool.patch" epatch "${FILESDIR}/rep_file_fdopen.patch" sed -i -e '7s/AM_PATH_REP/[&]/' rep.m4 || die "sed failed" elibtoolize || die "elibtoolize failed" @@ -42,8 +43,6 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - dosym ../../../bin/libtool /usr/$(get_libdir)/rep/${CHOST}/libtool - fowners -h root:0 /usr/$(get_libdir)/rep/${CHOST}/libtool dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO TREE docinto doc dodoc doc/* |