-- which-2.16.ebuild.org 2003-12-23 10:33:16.910184016 +0000
++ which-2.16.ebuild 2003-12-23 10:33:59.952640568 +0000
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.6 2003/12/17 04:12:26 brad_mssw Exp $
IUSE="icc"
inherit eutils
S=${WORKDIR}/${P}
}
src_compile() {
use icc && CC=icc
./configure --prefix=/usr || die
make || die