summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2010-01-09 23:20:49 +0000
committerVictor Ostorga <vostorga@gentoo.org>2010-01-09 23:20:49 +0000
commit37709155f509a0defe557ce15e9de9a191a1b03f (patch)
treea64c61b87359d89a71e01ec95639c1fe95bcaf5f /net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild
parentBug #283320: linux-info changes require that linux_config_exists is called be... (diff)
downloadhistorical-37709155f509a0defe557ce15e9de9a191a1b03f.tar.gz
historical-37709155f509a0defe557ce15e9de9a191a1b03f.tar.bz2
historical-37709155f509a0defe557ce15e9de9a191a1b03f.zip
Fixing duplicate filename in automake.am include header, patch thanks to Martin Väth <vaeth@mathematik.uni-wuerzburg.de> , bug #300161
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild')
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild
index a5ebc6fa7c3f..f7be8420f389 100644
--- a/net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild,v 1.1 2009/09/11 17:18:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild,v 1.2 2010/01/09 23:20:49 vostorga Exp $
inherit eutils flag-o-matic autotools linux-info
@@ -152,6 +152,8 @@ src_unpack() {
sed -i 's:#include <sys/sysctl.h>::' src/racoon/pfkey.c src/setkey/setkey.c
# fix for bug #124813
sed -i 's:-Werror::g' "${S}"/configure.ac
+ # Fixing duplicate specification of vmbuf.h #300161
+ epatch "${FILESDIR}"/${PN}-duplicate-header.patch
AT_M4DIR="${S}" eautoreconf
epunt_cxx