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

(-)/var/cache/portage/tree/dev-db/couchdb/couchdb-1.6.0.ebuild (-2 / +2 lines)
Lines 39-47 Link Here
39
39
40
src_configure() {
40
src_configure() {
41
	econf \
41
	econf \
42
		--with-erlang=/usr/lib/erlang/usr/include \
42
		--with-erlang=/usr/$(get_libdir)/erlang/usr/include \
43
		--localstatedir=/var \
43
		--localstatedir=/var \
44
		--with-js-lib=/usr/lib
44
		--with-js-lib=/usr/$(get_libdir)
45
	# bug 296609, upstream bug #COUCHDB-621
45
	# bug 296609, upstream bug #COUCHDB-621
46
	sed -e "s#localdocdir = /usr/share/doc/couchdb#localdocdir = /usr/share/doc/${PF}#" -i Makefile || die "sed failed"
46
	sed -e "s#localdocdir = /usr/share/doc/couchdb#localdocdir = /usr/share/doc/${PF}#" -i Makefile || die "sed failed"
47
}
47
}

Return to bug 529826