diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-03-30 21:00:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-03-30 21:00:59 +0000 |
commit | c84c36900a0ff13b93c83ff43dce50512fd53317 (patch) | |
tree | 3c80f171e5f9f7f0a50326914414226b65950838 /sys-apps/iproute2/iproute2-9999.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-c84c36900a0ff13b93c83ff43dce50512fd53317.tar.gz gentoo-2-c84c36900a0ff13b93c83ff43dce50512fd53317.tar.bz2 gentoo-2-c84c36900a0ff13b93c83ff43dce50512fd53317.zip |
Version bump #409995 by jrut.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/iproute2/iproute2-9999.ebuild')
-rw-r--r-- | sys-apps/iproute2/iproute2-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild index b4d22821b958..e3d954164c36 100644 --- a/sys-apps/iproute2/iproute2-9999.ebuild +++ b/sys-apps/iproute2/iproute2-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v 1.19 2011/12/05 20:59:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v 1.20 2012/03/30 21:00:59 vapier Exp $ EAPI="4" @@ -36,6 +36,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-3.1.0-mtu.patch #291907 sed -i \ + -e '/^CC =/d' \ -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ Makefile || die |