diff options
-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) \ |