diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-03-09 23:03:43 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-03-09 23:03:43 +0200 |
commit | f08bbcceedc52f8449239479161dbd07f93c129d (patch) | |
tree | 007f138b22e43f5655e8d4f0d5d3881def066583 | |
parent | 57c170daf7e82b40b2424a1af8de4d4b2120dd78 (diff) |
O modified: net-libs/libtorrent/libtorrent-9999.ebuild
-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 |