diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-28 20:20:17 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-28 20:20:17 +0000 |
commit | 6073f9ef83e906cf868cc1c0a03524ccf636439f (patch) | |
tree | e8344fad2364f415eaa72ececaf85e324deaf8ae /net-analyzer/ifstatus/ifstatus-1.1.0.ebuild | |
parent | Remove weird ppc-macos cruft (diff) | |
download | historical-6073f9ef83e906cf868cc1c0a03524ccf636439f.tar.gz historical-6073f9ef83e906cf868cc1c0a03524ccf636439f.tar.bz2 historical-6073f9ef83e906cf868cc1c0a03524ccf636439f.zip |
Fix for gcc-4.3, bug #228941. Thanks Olivier Huber <oli.huber@gmail.com>
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25.8 i686
Diffstat (limited to 'net-analyzer/ifstatus/ifstatus-1.1.0.ebuild')
-rw-r--r-- | net-analyzer/ifstatus/ifstatus-1.1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild b/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild index 94136c1462e8..c93961593c80 100644 --- a/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild +++ b/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild,v 1.3 2007/03/31 16:29:23 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstatus/ifstatus-1.1.0.ebuild,v 1.4 2008/06/28 20:20:16 loki_val Exp $ -inherit toolchain-funcs +inherit eutils toolchain-funcs KEYWORDS="~amd64 ~ppc x86" @@ -20,7 +20,7 @@ S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} cd "${S}" - + epatch "${FILESDIR}/${P}-gcc43.patch" sed -i \ -e '/^GCC/d' \ -e '/^CFLAGS/d' \ |