summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-01-10 10:48:34 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-01-10 10:48:34 +0000
commit26862f9cfa7d08a8911b609ef9ff98a1001977e9 (patch)
treed7dd3f5035f9c52fc9c3ab7725ee981c10ee61ab /net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild
parentStable on amd64 wrt bug #350776 (diff)
downloadhistorical-26862f9cfa7d08a8911b609ef9ff98a1001977e9.tar.gz
historical-26862f9cfa7d08a8911b609ef9ff98a1001977e9.tar.bz2
historical-26862f9cfa7d08a8911b609ef9ff98a1001977e9.zip
Fix build with Berkeley DB 5.0 (bug #319955).
Package-Manager: portage-2.2.0_alpha14/cvs/Linux x86_64
Diffstat (limited to 'net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild')
-rw-r--r--net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild b/net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild
index e1a49510c41f..c08f993acd00 100644
--- a/net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild
+++ b/net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild,v 1.4 2010/07/11 11:41:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/oops/oops-1.5.24_pre20050503-r4.ebuild,v 1.5 2011/01/10 10:48:34 flameeyes Exp $
EAPI="2"
@@ -38,6 +38,7 @@ src_prepare() {
epatch "${FILESDIR}/implicit-decl.patch"
epatch "${FILESDIR}/libpcreposix.patch"
epatch "${FILESDIR}/rotate-logs.patch"
+ epatch "${FILESDIR}/${P}+db-5.0.patch"
sed -i -e 's:y\.tab\.h:y.tab.c:' src/Makefile.in
eautoreconf
}