summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-12-30 10:04:22 +0000
committerPeter Volkov <pva@gentoo.org>2008-12-30 10:04:22 +0000
commit03efe9e8fbd47724b282d7aef2ac6390492f8810 (patch)
treedba86a9414f74499178e22b1bc1fc9c3f92ef9f7 /net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild
parentUpdate homepage (diff)
downloadhistorical-03efe9e8fbd47724b282d7aef2ac6390492f8810.tar.gz
historical-03efe9e8fbd47724b282d7aef2ac6390492f8810.tar.bz2
historical-03efe9e8fbd47724b282d7aef2ac6390492f8810.zip
Fixed build issue with uclibc, bug #252874, thank Tom Lloyd for report.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.26-openvz.git-89451f9 i686
Diffstat (limited to 'net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild')
-rw-r--r--net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild b/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild
index 192c92b99781..9a984fe7e26e 100644
--- a/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild
+++ b/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild,v 1.3 2008/11/06 02:34:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild,v 1.4 2008/12/30 10:04:22 pva Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -44,13 +44,9 @@ src_unpack() {
if use ipv6 ; then
epatch "${DISTDIR}"/${P}-ipv6.patch.bz2
- # bug 126479
- if has_version '>=sys-libs/glibc-2.4' ; then
- epatch "${FILESDIR}"/${P}-ipv6-glibc24.patch
- fi
-
- # bug 128965
- epatch "${FILESDIR}"/${P}-ipv6-headerfix.patch
+ # bug #126479 and bug #252874
+ epatch "${FILESDIR}"/${P}-ipv6-glibc24-updated.patch
+ epatch "${FILESDIR}"/${P}-ipv6-headerfix.patch #128965
fi
}