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

Collapse All | Expand All

(-)postgresql-7.4.7-r2.ebuild.orig (+2 lines)
Lines 123-128 Link Here
123
	# down, anything more aggressive fails (i.e. -mcpu or -Ox)
123
	# down, anything more aggressive fails (i.e. -mcpu or -Ox)
124
	# Gerk - Nov 26, 2002
124
	# Gerk - Nov 26, 2002
125
	use ppc && CFLAGS="-pipe -fsigned-char"
125
	use ppc && CFLAGS="-pipe -fsigned-char"
126
	# fix bug 88344
127
	use mips && [ `gcc-version` == 3.4 ] && CFLAGS="-pipe"
126
	use xml2 && CFLAGS="${CFLAGS} $(pkg-config --cflags libxml-2.0)"
128
	use xml2 && CFLAGS="${CFLAGS} $(pkg-config --cflags libxml-2.0)"
127
	use xml2 && LIBS="${LIBS} $(pkg-config --libs libxml-2.0)"
129
	use xml2 && LIBS="${LIBS} $(pkg-config --libs libxml-2.0)"
128
130

Return to bug 88344