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

(-)gzip-1.3.3-r2.ebuild.org (-1 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.3-r2.ebuild,v 1.3 2003/12/17 03:55:48 brad_mssw Exp $
3
# $Header: /home/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.3-r2.ebuild,v 1.3 2003/12/17 03:55:48 brad_mssw Exp $
4
4
5
IUSE="nls build"
5
IUSE="nls build icc"
6
6
7
inherit eutils
7
inherit eutils
8
8
Lines 30-35 Link Here
30
src_compile() {
30
src_compile() {
31
	[ -z "`use nls`" ] && myconf="--disable-nls"
31
	[ -z "`use nls`" ] && myconf="--disable-nls"
32
32
33
	use icc && CC=icc
34
33
	# Compiling with gcc3 and higher level of optimization seems to
35
	# Compiling with gcc3 and higher level of optimization seems to
34
	# cause a segmentation fault in some very rare cases on alpha.
36
	# cause a segmentation fault in some very rare cases on alpha.
35
	[ ${ARCH} = "alpha" ] && CFLAGS="-O -pipe"
37
	[ ${ARCH} = "alpha" ] && CFLAGS="-O -pipe"

Return to bug 36016