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

Collapse All | Expand All

(-)kdevelop-3.3.2.ebuild (+3 lines)
Lines 37-42 Link Here
37
src_compile() {
37
src_compile() {
38
	local myconf="--with-kdelibsdoxy-dir=$(kde-config --prefix)/share/doc/HTML/en/kdelibs-apidocs"
38
	local myconf="--with-kdelibsdoxy-dir=$(kde-config --prefix)/share/doc/HTML/en/kdelibs-apidocs"
39
39
40
	# Explicitly set db include directory (bug 128897)
41
	myconf="${myconf} --with-db-includedir=/usr/include/db4.1"
42
40
	# languages
43
	# languages
41
	myconf="${myconf} $(use_enable java) $(use_enable python)
44
	myconf="${myconf} $(use_enable java) $(use_enable python)
42
			$(use_enable ruby) $(use_enable ada) $(use_enable fortran)
45
			$(use_enable ruby) $(use_enable ada) $(use_enable fortran)

Return to bug 128897