diff options
Diffstat (limited to 'net-libs/libtorrent/libtorrent-0.8.3.ebuild')
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.8.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/libtorrent/libtorrent-0.8.3.ebuild b/net-libs/libtorrent/libtorrent-0.8.3.ebuild index be1ca2706180..48f168b6cbb9 100644 --- a/net-libs/libtorrent/libtorrent-0.8.3.ebuild +++ b/net-libs/libtorrent/libtorrent-0.8.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.3.ebuild,v 1.1 2006/01/17 20:05:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.3.ebuild,v 1.2 2006/02/04 23:22:07 flameeyes Exp $ -inherit eutils toolchain-funcs flag-o-matic +inherit eutils toolchain-funcs flag-o-matic libtool DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." HOMEPAGE="http://libtorrent.rakshasa.no/" @@ -22,6 +22,7 @@ src_compile() { [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer replace-flags -Os -O2 + elibtoolize econf \ $(use_enable debug) \ --disable-dependency-tracking \ |