--- gzip-1.3.3-r2.ebuild.org 2003-12-17 15:06:08.594233817 -0500 +++ gzip-1.3.3-r2.ebuild 2003-12-17 15:06:58.805297092 -0500 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $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 $ -IUSE="nls build" +IUSE="nls build icc" inherit eutils @@ -30,6 +30,8 @@ src_compile() { [ -z "`use nls`" ] && myconf="--disable-nls" + use icc && CC=icc + # Compiling with gcc3 and higher level of optimization seems to # cause a segmentation fault in some very rare cases on alpha. [ ${ARCH} = "alpha" ] && CFLAGS="-O -pipe"