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

(-)pgadmin3-1.0.2.ebuild (-1 / +1 lines)
Lines 18-24 Link Here
18
	dev-db/postgresql"
18
	dev-db/postgresql"
19
19
20
src_compile() {
20
src_compile() {
21
	econf || die
21
	econf --with-pgsql=/usr/lib/postgresql --with-pgsql-include=/usr/include/postgresql/pgsql || die
22
	cd ${S}/src
22
	cd ${S}/src
23
	sed -i -e "s:^\(LIBS\).*:\1 = -lssl -lcrypto -lpq -lwx_gtk2-2.4	-lwx_gtk2_xrc-2.4 -lwx_gtk2_stc-2.4:" Makefile
23
	sed -i -e "s:^\(LIBS\).*:\1 = -lssl -lcrypto -lpq -lwx_gtk2-2.4	-lwx_gtk2_xrc-2.4 -lwx_gtk2_stc-2.4:" Makefile
24
24

Return to bug 37803