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

Collapse All | Expand All

(-)a/app-office/mdbtools/files/mdbtools-0.7.1-parallel-make.patch (+10 lines)
Line 0 Link Here
1
diff --git a/src/sql/Makefile.am b/src/sql/Makefile.am
2
index 633f0c3..94b0838 100644
3
--- a/src/sql/Makefile.am
4
+++ b/src/sql/Makefile.am
5
@@ -1,3 +1,5 @@
6
+BUILT_SOURCES = parser.h
7
+AM_YFLAGS = -d
8
 lib_LTLIBRARIES	=	libmdbsql.la
9
 libmdbsql_la_SOURCES=	mdbsql.c parser.y lexer.l 
10
 libmdbsql_la_LDFLAGS = -version-info 2:0:0 -export-symbols-regex '^mdb_sql_'
(-)a/app-office/mdbtools/mdbtools-0.7.1.ebuild (-4 / +5 lines)
Lines 35-40 DEPEND="${RDEPEND} Link Here
35
35
36
DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO )
36
DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO )
37
37
38
src_prepare() {
39
	epatch "${FILESDIR}/${P}-parallel-make.patch"
40
	autotools-utils_src_prepare
41
}
42
38
src_configure() {
43
src_configure() {
39
	local myeconfargs=(
44
	local myeconfargs=(
40
		--disable-gtk-doc
45
		--disable-gtk-doc
Lines 43-49 src_configure() { Link Here
43
	)
48
	)
44
	autotools-utils_src_configure
49
	autotools-utils_src_configure
45
}
50
}
46
47
src_compile() {
48
	autotools-utils_src_compile -j1
49
}

Return to bug 486434