Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 295435 | Differences between
and this patch

Collapse All | Expand All

(-)gdbm-1.8.3-r4.ebuild (-3 / +4 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.2 2008/02/16 22:21:08 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.3-r4.ebuild,v 1.2 2008/02/16 22:21:08 vapier Exp $
4
4
5
inherit eutils libtool flag-o-matic
5
inherit eutils autotools flag-o-matic
6
6
7
DESCRIPTION="Standard GNU database libraries"
7
DESCRIPTION="Standard GNU database libraries"
8
HOMEPAGE="http://www.gnu.org/software/gdbm/gdbm.html"
8
HOMEPAGE="http://www.gnu.org/software/gdbm/gdbm.html"
Lines 21-27 Link Here
21
	epatch "${FILESDIR}"/${P}-fix-install-ownership.patch #24178
21
	epatch "${FILESDIR}"/${P}-fix-install-ownership.patch #24178
22
	epatch "${FILESDIR}"/${P}-compat-linking.patch #165263
22
	epatch "${FILESDIR}"/${P}-compat-linking.patch #165263
23
	epatch "${FILESDIR}"/${P}-build.patch #209730
23
	epatch "${FILESDIR}"/${P}-build.patch #209730
24
	elibtoolize
24
	epatch "${FILESDIR}"/${P}-libtool-2.2.6a.patch 
25
	rm aclocal.m4
26
	eautoreconf
25
	append-lfs-flags
27
	append-lfs-flags
26
}
28
}
27
29
Lines 29-35 Link Here
29
	use berkdb || export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
31
	use berkdb || export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
30
	econf \
32
	econf \
31
		--includedir=/usr/include/gdbm \
33
		--includedir=/usr/include/gdbm \
32
		--disable-dependency-tracking \
33
		--enable-fast-install \
34
		--enable-fast-install \
34
		|| die
35
		|| die
35
	emake || die
36
	emake || die

Return to bug 295435