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-r1.ebuild.orig (+5 lines)
Lines 121-126 Link Here
121
	use xml2 && CFLAGS="${CFLAGS} $(pkg-config --cflags libxml-2.0)"
121
	use xml2 && CFLAGS="${CFLAGS} $(pkg-config --cflags libxml-2.0)"
122
	use xml2 && LIBS="${LIBS} $(pkg-config --libs libxml-2.0)"
122
	use xml2 && LIBS="${LIBS} $(pkg-config --libs libxml-2.0)"
123
123
124
	# fix bug 88344
125
	if use mips && [ `gcc-version` == 3.4 ]; then
126
		append-flags "-fno-unit-at-a-time -fno-merge-constants"
127
	fi
128
124
	# Detect mips systems properly
129
	# Detect mips systems properly
125
	gnuconfig_update
130
	gnuconfig_update
126
131

Return to bug 88344