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

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- which-2.16.ebuild.org       2003-12-23 10:33:16.910184016 +0000
0
++ which-2.16.ebuild   2003-12-23 10:33:59.952640568 +0000
Lines 2-7 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/sys-apps/which/which-2.16.ebuild,v 1.6 2003/12/17 04:12:26 brad_mssw Exp $
3
# $Header: /home/cvsroot/gentoo-x86/sys-apps/which/which-2.16.ebuild,v 1.6 2003/12/17 04:12:26 brad_mssw Exp $
4
IUSE="icc"
5
4
inherit eutils
6
inherit eutils
5
S=${WORKDIR}/${P}
7
S=${WORKDIR}/${P}
Lines 26-31 Link Here
26
}
28
}
27
src_compile() {
29
src_compile() {
30
       use icc && CC=icc
31
28
       ./configure --prefix=/usr || die
32
       ./configure --prefix=/usr || die
29
       make || die
33
       make || die
30
}
34
}

Return to bug 36369