diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 00:06:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 00:06:23 +0000 |
commit | 76ae03738eeef7869c2927f2b9c2d4182a3db5bf (patch) | |
tree | 0b8acee7afce4c9494c0d3dec5e0e8452cf11494 /sys-apps | |
parent | fix for 2.4 linux-headers #46978 (diff) | |
download | historical-76ae03738eeef7869c2927f2b9c2d4182a3db5bf.tar.gz historical-76ae03738eeef7869c2927f2b9c2d4182a3db5bf.tar.bz2 historical-76ae03738eeef7869c2927f2b9c2d4182a3db5bf.zip |
err oops, 2.6 not 2.8
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute/iproute-20010824-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/iproute/iproute-20010824-r5.ebuild b/sys-apps/iproute/iproute-20010824-r5.ebuild index aace5263a8ed..84c7cfcd4273 100644 --- a/sys-apps/iproute/iproute-20010824-r5.ebuild +++ b/sys-apps/iproute/iproute-20010824-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/iproute-20010824-r5.ebuild,v 1.3 2004/04/07 00:05:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/iproute-20010824-r5.ebuild,v 1.4 2004/04/07 00:06:23 vapier Exp $ inherit eutils flag-o-matic @@ -46,7 +46,7 @@ src_unpack() { rm include/linux/pkt_sched.h # Now a little hack to handle 2.4.x headers and stupid defines ... - if has_version '<sys-kernel/linux-headers-2.8' ; then + if has_version '<sys-kernel/linux-headers-2.6' ; then echo '#define __constant_htons(x) htons(x)' >> include-glibc/glibc-bugs.h append-flags -D_LINUX_BYTEORDER_LITTLE_ENDIAN_H -D_LINUX_BYTEORDER_BIG_ENDIAN_H fi |