diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-03-09 23:08:16 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-03-09 23:08:16 +0200 |
commit | c5cdaab7c5f62ce133e19911a9b9cc10b49ba9c4 (patch) | |
tree | 23982fc5f63bb8d519c879c58a1ce8ad82dd6a8e /net-p2p/rtorrent | |
parent | f08bbcceedc52f8449239479161dbd07f93c129d (diff) |
modified: rtorrent-9999.ebuild
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/rtorrent-9999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-p2p/rtorrent/rtorrent-9999.ebuild b/net-p2p/rtorrent/rtorrent-9999.ebuild index 03e737c..fd83cf9 100644 --- a/net-p2p/rtorrent/rtorrent-9999.ebuild +++ b/net-p2p/rtorrent/rtorrent-9999.ebuild @@ -27,12 +27,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} dev-util/pkgconfig" -PATCHES=( "${FILESDIR}/${PN}-0.8.2-gcc34.patch" - "${FILESDIR}/${PN}-0.8.4-gcc44.patch" ) -src_unpack() { - git_src_unpack -} src_compile() { replace-flags -Os -O2 @@ -42,7 +37,7 @@ src_compile() { filter-flags -fomit-frame-pointer -fforce-addr fi epatch ${FILESDIR}/canvas.patch - epatch ${FILESDIR}/gcc.patch + #epatch ${FILESDIR}/gcc.patch econf $(use_enable debug) \ $(use_enable ipv6) \ |