summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston A. Elder <prez@gentoo.org>2002-05-26 09:33:52 +0000
committerPreston A. Elder <prez@gentoo.org>2002-05-26 09:33:52 +0000
commit2c13ac1c47ac0e23836f9cc0040b16a34581d8b3 (patch)
tree5ee1e8ab75b2299d06964e8e48d1bc0948b1a36b /sys-apps/iproute
parentRemoved galeon mask (diff)
downloadgentoo-2-2c13ac1c47ac0e23836f9cc0040b16a34581d8b3.tar.gz
gentoo-2-2c13ac1c47ac0e23836f9cc0040b16a34581d8b3.tar.bz2
gentoo-2-2c13ac1c47ac0e23836f9cc0040b16a34581d8b3.zip
Fixed GCC 3.1 support
Diffstat (limited to 'sys-apps/iproute')
-rw-r--r--sys-apps/iproute/iproute-20010824.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/iproute/iproute-20010824.ebuild b/sys-apps/iproute/iproute-20010824.ebuild
index fd1f66a48c07..1bd1fbbdde26 100644
--- a/sys-apps/iproute/iproute-20010824.ebuild
+++ b/sys-apps/iproute/iproute-20010824.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/iproute-20010824.ebuild,v 1.2 2002/04/25 06:56:23 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/iproute-20010824.ebuild,v 1.3 2002/05/26 09:33:52 prez Exp $
S=${WORKDIR}/iproute2
DESCRIPTION="Kernel 2.4 routing and traffic control utilities"
@@ -17,7 +17,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