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
commit6c46f8a0ec04dd4d5154980a7fd32564a56326e4 (patch)
tree3fff0ee1ff4e5d1c19410ce47d6fccc6331055de /net-analyzer/iptraf/iptraf-3.0.0-r5.ebuild
parentUpdate homepage (diff)
downloadgentoo-2-6c46f8a0ec04dd4d5154980a7fd32564a56326e4.tar.gz
gentoo-2-6c46f8a0ec04dd4d5154980a7fd32564a56326e4.tar.bz2
gentoo-2-6c46f8a0ec04dd4d5154980a7fd32564a56326e4.zip
Fixed build issue with uclibc, bug #252874, thank Tom Lloyd for report.
(Portage version: 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
}