diff options
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/libtorrent-9999.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net-libs/libtorrent/libtorrent-9999.ebuild b/net-libs/libtorrent/libtorrent-9999.ebuild index 02c1dc1..93ee86c 100644 --- a/net-libs/libtorrent/libtorrent-9999.ebuild +++ b/net-libs/libtorrent/libtorrent-9999.ebuild @@ -22,16 +22,18 @@ DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/cppunit" -PATCHES=( "${FILESDIR}/${P}-gcc44.patch" ) +#PATCHES=( "${FILESDIR}/${P}-gcc44.patch" ) -src_unpack() { +#src_unpack() { # base_src_unpack - git_src_unpack - cd "${S}" - elibtoolize #Don't remove. Needed for *bsd. -} +# git_src_unpack +# cd "${S}" +# #Don't remove. Needed for *bsd. +#} + src_compile() { + elibtoolize replace-flags -Os -O2 if [[ $(tc-arch) = "x86" ]]; then |