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

(-)/usr/portage/dev-db/postgresql-server/postgresql-server-8.4.4-r1.ebuild (+3 lines)
Lines 58-63 Link Here
58
	epatch "${FILESDIR}/postgresql-${SLOT}-common.patch" \
58
	epatch "${FILESDIR}/postgresql-${SLOT}-common.patch" \
59
		"${FILESDIR}/postgresql-${SLOT}-server.patch"
59
		"${FILESDIR}/postgresql-${SLOT}-server.patch"
60
60
61
	sed -e "s/\(\$(CC) \)\(.*\)/\1\$(CFLAGS) \$(LDFLAGS) \$(LDFLAGS_SL) \2/" \
62
		-i src/makefiles/Makefile.linux
63
61
	if use test; then
64
	if use test; then
62
		sed -e "s|/no/such/location|${S}/src/test/regress/tmp_check/no/such/location|g" -i src/test/regress/{input,output}/tablespace.source
65
		sed -e "s|/no/such/location|${S}/src/test/regress/tmp_check/no/such/location|g" -i src/test/regress/{input,output}/tablespace.source
63
	else
66
	else

Return to bug 274836