Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 697568
Collapse All | Expand All

(-)app-office/mdbtools/mdbtools-0.7.1-r2.ebuild (-1 / +8 lines)
Lines 5-11 Link Here
5
5
6
AUTOTOOLS_AUTORECONF=1
6
AUTOTOOLS_AUTORECONF=1
7
AUTOTOOLS_IN_SOURCE_BUILD=1 # needed for proper man generation
7
AUTOTOOLS_IN_SOURCE_BUILD=1 # needed for proper man generation
8
inherit autotools-utils
8
inherit autotools-utils toolchain-funcs
9
9
10
DESCRIPTION="Set of libraries and utilities for reading Microsoft Access database (MDB) files"
10
DESCRIPTION="Set of libraries and utilities for reading Microsoft Access database (MDB) files"
11
HOMEPAGE="http://mdbtools.sourceforge.net"
11
HOMEPAGE="http://mdbtools.sourceforge.net"
Lines 33-38 Link Here
33
33
34
PATCHES=( "${FILESDIR}/${P}-parallel-make.patch" )
34
PATCHES=( "${FILESDIR}/${P}-parallel-make.patch" )
35
35
36
src_prepare() {
37
        local libdir=$( get_abi_LIBDIR )
38
        sed -i 's~/lib\"~/'${libdir}'\"~' ${S}/configure.ac
39
        eautoreconf
40
        default
41
}
42
36
src_configure() {
43
src_configure() {
37
	local myeconfargs=(
44
	local myeconfargs=(
38
		--disable-gtk-doc
45
		--disable-gtk-doc

Return to bug 697568