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

(-)/usr/portage/dev-db/postgresql-server/postgresql-server-8.4.1.ebuild (+1 lines)
Lines 81-86 Link Here
81
		$(use_with uuid ossp-uuid) \
81
		$(use_with uuid ossp-uuid) \
82
		--with-system-tzdata="/usr/share/zoneinfo" \
82
		--with-system-tzdata="/usr/share/zoneinfo" \
83
		--with-includes="/usr/include/postgresql-${SLOT}/" \
83
		--with-includes="/usr/include/postgresql-${SLOT}/" \
84
		--with-libraries="/usr/$(get_libdir)/postgresql-${SLOT}/$(get_libdir)" \
84
		"$(built_with_use ~dev-db/postgresql-base-${PV} nls && use_enable nls nls "$(wanted_languages)")" \
85
		"$(built_with_use ~dev-db/postgresql-base-${PV} nls && use_enable nls nls "$(wanted_languages)")" \
85
		|| die "configure failed"
86
		|| die "configure failed"
86
87

Return to bug 284437