Line
Link Here
|
0 |
-- less-381.ebuild.org 2003-12-23 10:15:35.635522288 +0000 |
0 |
++ less-381.ebuild 2003-12-23 10:20:35.680908456 +0000 |
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/sys-apps/less/less-381.ebuild,v 1.11 2003/12/17 03:58:46 brad_mssw Exp $ |
3 |
# $Header: /home/cvsroot/gentoo-x86/sys-apps/less/less-381.ebuild,v 1.11 2003/12/17 03:58:46 brad_mssw Exp $ |
4 |
IUSE="" |
4 |
IUSE="icc" |
5 |
S="${WORKDIR}/${P}" |
5 |
S="${WORKDIR}/${P}" |
6 |
DESCRIPTION="Excellent text file viewer" |
6 |
DESCRIPTION="Excellent text file viewer" |
Lines 16-21
Link Here
|
16 |
DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" |
16 |
DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" |
17 |
src_compile() { |
17 |
src_compile() { |
|
|
18 |
use=icc && CC=icc |
19 |
|
18 |
./configure --host=${CHOST} --prefix=/usr \ |
20 |
./configure --host=${CHOST} --prefix=/usr \ |
19 |
--sysconfdir=/etc || die |
21 |
--sysconfdir=/etc || die |