diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-07 03:35:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-07 03:35:07 +0000 |
commit | 85275b96f3f8be2e0e777e3c491b1a12fd6b4cf3 (patch) | |
tree | 2a6abdc2718cf523cb9101cbac5a81e943536ee4 /dev-libs | |
parent | Unmask music-applet. (diff) | |
download | gentoo-2-85275b96f3f8be2e0e777e3c491b1a12fd6b4cf3.tar.gz gentoo-2-85275b96f3f8be2e0e777e3c491b1a12fd6b4cf3.tar.bz2 gentoo-2-85275b96f3f8be2e0e777e3c491b1a12fd6b4cf3.zip |
backport autotool updates #165675
(Portage version: 2.1.2-r8)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/elfutils/elfutils-0.118.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-libs/elfutils/elfutils-0.118.ebuild b/dev-libs/elfutils/elfutils-0.118.ebuild index 2336569f583e..54008679ec26 100644 --- a/dev-libs/elfutils/elfutils-0.118.ebuild +++ b/dev-libs/elfutils/elfutils-0.118.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.118.ebuild,v 1.18 2007/01/15 16:34:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.118.ebuild,v 1.19 2007/02/07 03:35:07 vapier Exp $ -inherit eutils +inherit eutils autotools PVER="1.0" DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)" @@ -36,8 +36,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-PaX-support.patch epatch "${FILESDIR}"/${P}-no-nested-functions.patch #116968 - # Needed by ${P}-portability.patch - autoreconf || die + eautoreconf find . -name Makefile.in -print0 | xargs -0 sed -i -e 's:-W\(error\|extra\)::g' } |