diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-10-27 03:27:32 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-10-27 03:27:32 +0000 |
commit | b59f7a676ee8c2a83bc1ac58f4c3290b461819bc (patch) | |
tree | e6c1b34adfa55ec2be3c54fada5def6de299feec /net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild | |
parent | Fix build error with GCC 4.5. Patch by Kevin Pyle in bug #318485. (diff) | |
download | gentoo-2-b59f7a676ee8c2a83bc1ac58f4c3290b461819bc.tar.gz gentoo-2-b59f7a676ee8c2a83bc1ac58f4c3290b461819bc.tar.bz2 gentoo-2-b59f7a676ee8c2a83bc1ac58f4c3290b461819bc.zip |
Does no longer ship its own libevent.
(Portage version: 2.2.0_alpha1/cvs/Linux i686)
Diffstat (limited to 'net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild')
-rw-r--r-- | net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild b/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild index d4078679037e..c5b70bf53949 100644 --- a/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild +++ b/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild,v 1.1 2010/10/27 03:17:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild,v 1.2 2010/10/27 03:27:32 jer Exp $ EAPI="2" @@ -20,11 +20,7 @@ RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-include.patch -} - -src_configure() { append-flags -D_GNU_SOURCE - econf --with-native-libevent || die "econf failed" } src_compile() { |