diff options
author | 2009-11-24 23:09:27 +0000 | |
---|---|---|
committer | 2009-11-24 23:09:27 +0000 | |
commit | 507f437eaa8cc2f3445bd36c0c66d2a0dc964b1e (patch) | |
tree | ad3c1287d3bce42ca03c9a1226e5dbe87d0ea487 /net-libs/libpcap/libpcap-1.0.1_pre20090812.ebuild | |
parent | Update homepage (diff) | |
download | historical-507f437eaa8cc2f3445bd36c0c66d2a0dc964b1e.tar.gz historical-507f437eaa8cc2f3445bd36c0c66d2a0dc964b1e.tar.bz2 historical-507f437eaa8cc2f3445bd36c0c66d2a0dc964b1e.zip |
Fix building with autoconf-2.64+ #281690.
Package-Manager: portage-2.2_rc51/cvs/Linux x86_64
Diffstat (limited to 'net-libs/libpcap/libpcap-1.0.1_pre20090812.ebuild')
-rw-r--r-- | net-libs/libpcap/libpcap-1.0.1_pre20090812.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libpcap/libpcap-1.0.1_pre20090812.ebuild b/net-libs/libpcap/libpcap-1.0.1_pre20090812.ebuild index 462029c15b13..e4f50b829967 100644 --- a/net-libs/libpcap/libpcap-1.0.1_pre20090812.ebuild +++ b/net-libs/libpcap/libpcap-1.0.1_pre20090812.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.0.1_pre20090812.ebuild,v 1.1 2009/08/29 21:06:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.0.1_pre20090812.ebuild,v 1.2 2009/11/24 23:09:26 vapier Exp $ EAPI=2 inherit autotools eutils multilib toolchain-funcs @@ -28,6 +28,7 @@ PROVIDE="virtual/libpcap" src_prepare() { epatch "${FILESDIR}/${PN}-1.0.0-cross-linux.patch" epatch "${FILESDIR}/${PN}-1.0.1_pre20090812-poll-cpu-usage.patch" + epatch "${FILESDIR}"/${PN}-1.0.1-autoconf.patch #281690 echo ${PV} > VERSION # Avoid CVS in version eautoreconf } |