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

(-)/usr/portage/dev-db/postgresql/postgresql-7.3.ebuild (+5 lines)
Lines 65-70 Link Here
65
	# Gerk - Nov 26, 2002
65
	# Gerk - Nov 26, 2002
66
	use ppc && CFLAGS="-pipe -fsigned-char"
66
	use ppc && CFLAGS="-pipe -fsigned-char"
67
67
68
	# strip -ffast-math from flags, or else configure fails with
69
	# configure: do not use -ffast-math
70
	# Berkus - Mar 03, 2003
71
	CFLAGS=`echo ${CFLAGS} | sed -e 's/-ffast-math//'`
72
68
	./configure --prefix=/usr \
73
	./configure --prefix=/usr \
69
		--mandir=/usr/share/man \
74
		--mandir=/usr/share/man \
70
		--host=${CHOST} \
75
		--host=${CHOST} \

Return to bug 16720