summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/iproute2/iproute2-2.4.7-r1.ebuild')
-rw-r--r--sys-apps/iproute2/iproute2-2.4.7-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/iproute2/iproute2-2.4.7-r1.ebuild b/sys-apps/iproute2/iproute2-2.4.7-r1.ebuild
index 3e75dc04ea13..e528f5368a46 100644
--- a/sys-apps/iproute2/iproute2-2.4.7-r1.ebuild
+++ b/sys-apps/iproute2/iproute2-2.4.7-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.4.7-r1.ebuild,v 1.1 2002/02/08 05:37:03 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.4.7-r1.ebuild,v 1.2 2002/05/26 09:33:14 prez Exp $
S=${WORKDIR}/iproute2
DESCRIPTION="Kernel 2.4 routing and traffic control utilities"
@@ -33,7 +33,8 @@ src_unpack() {
# they seem ok here when i compile with optimisations, so im reenabling
# this patch. if theres problems, will glady change back. ~woodchip
cp Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/g" Makefile.orig > Makefile
+ sed -e "s/-O2/${CFLAGS}/g" \
+ -e "s/-Werror//g" Makefile.orig > Makefile
# this next thing is required to enable diffserv (ATM support doesn't compile right now)
# cp Config Config.orig