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

(-)orig/usr/portage/media-sound/gsm/gsm-1.0.13-r1.ebuild (-1 / +1 lines)
Lines 32-38 multilib_src_compile() { Link Here
32
	# floats faster than integers, e.g. on a SPARCstation.
32
	# floats faster than integers, e.g. on a SPARCstation.
33
	use sparc && append-flags -DUSE_FLOAT_MUL -DFAST
33
	use sparc && append-flags -DUSE_FLOAT_MUL -DFAST
34
34
35
	emake -j1 CCFLAGS="${CFLAGS} -c -DNeedFunctionPrototypes=1" \
35
	emake -j1 CCFLAGS="${CFLAGS} -c -fPIC -DNeedFunctionPrototypes=1" \
36
		LD="$(tc-getCC)" AR="$(tc-getAR)" CC="$(tc-getCC)"
36
		LD="$(tc-getCC)" AR="$(tc-getAR)" CC="$(tc-getCC)"
37
}
37
}
38
38

Return to bug 554358