summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-06-30 10:58:41 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-06-30 10:58:41 +0000
commit9b5aa828d3c679dde90dc48485857dd05f0a52a4 (patch)
tree2b4268f3249a5eeeb7d0fdc8d54bbb6821b730d1 /sys-cluster/heartbeat/heartbeat-2.0.8.ebuild
parentremove lintar entry (diff)
downloadgentoo-2-9b5aa828d3c679dde90dc48485857dd05f0a52a4.tar.gz
gentoo-2-9b5aa828d3c679dde90dc48485857dd05f0a52a4.tar.bz2
gentoo-2-9b5aa828d3c679dde90dc48485857dd05f0a52a4.zip
Fix install wrt bug 323413. Thanks to Slipeer <Slipeer@mail.ru> for patch.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/heartbeat/heartbeat-2.0.8.ebuild')
-rw-r--r--sys-cluster/heartbeat/heartbeat-2.0.8.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild b/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild
index c0c191794989..091673d64785 100644
--- a/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild
+++ b/sys-cluster/heartbeat/heartbeat-2.0.8.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/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild,v 1.17 2009/11/18 17:36:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild,v 1.18 2010/06/30 10:58:41 xarthisius Exp $
inherit autotools flag-o-matic eutils
@@ -48,10 +48,12 @@ src_unpack() {
unpack ${A}
cd "${S}"
#epatch "${FILESDIR}"/${P}-update-resources-failcount.patch
- epatch "${FILESDIR}"/${P}-crm-leaks.patch
- epatch "${FILESDIR}"/${P}-delay.patch
- epatch "${FILESDIR}"/${P}-glibc.patch
- epatch "${FILESDIR}"/${P}-asneeded.patch
+ epatch "${FILESDIR}"/${P}-crm-leaks.patch \
+ "${FILESDIR}"/${P}-delay.patch \
+ "${FILESDIR}"/${P}-glibc.patch \
+ "${FILESDIR}"/${P}-asneeded.patch \
+ "${FILESDIR}"/${P}-install_fix.patch
+
sed -i \
-e 's:libgnutls-config:pkg-config gnutls:g' \
lib/mgmt/Makefile.am \