summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-07-13 20:32:24 +0000
committerJeroen Roovers <jer@gentoo.org>2013-07-13 20:32:24 +0000
commit522ad367f4eab5ebed2defeab664d17f1c89dc42 (patch)
treee1d11922157985f1336628c3695fe47743a17868 /net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
parentDrop stable keywords. There are a few unresolved bugs (443924, 461484, 463328... (diff)
downloadgentoo-2-522ad367f4eab5ebed2defeab664d17f1c89dc42.tar.gz
gentoo-2-522ad367f4eab5ebed2defeab664d17f1c89dc42.tar.bz2
gentoo-2-522ad367f4eab5ebed2defeab664d17f1c89dc42.zip
Fix building with automake-1.13 (bug #476716 by Daniel Kuehn).
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild')
-rw-r--r--net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
index af7d2ef3792e..5ae47ba23fff 100644
--- a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
+++ b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild,v 1.6 2013/07/04 12:16:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild,v 1.7 2013/07/13 20:32:24 jer Exp $
EAPI=5
inherit autotools eutils multilib
@@ -20,6 +20,7 @@ DOCS=( ARP AUTHORS CONTRIB ChangeLog README TODO )
src_prepare() {
epatch "${FILESDIR}"/${P}-libnet1_2.patch
+ sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
rm missing || die "removing of 'missing' script failed"
epatch_user