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

(-)fileutils-4.1.11-r1.ebuild (-1 / +2 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/sys-apps/fileutils/fileutils-4.1.11-r1.ebuild,v 1.3 2003/02/13 15:56:31 vapier Exp $
3
# $Header: /home/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.1.11-r1.ebuild,v 1.3 2003/02/13 15:56:31 vapier Exp $
4
4
5
IUSE="acl nls build"
5
IUSE="acl nls build static"
6
ACLPV=4.1.11acl-0.8.25
6
ACLPV=4.1.11acl-0.8.25
7
7
8
S=${WORKDIR}/${P}
8
S=${WORKDIR}/${P}
Lines 39-44 Link Here
39
src_compile() {
39
src_compile() {
40
	local myconf=""
40
	local myconf=""
41
	use nls || myconf="--disable-nls"
41
	use nls || myconf="--disable-nls"
42
	use static && CFLAGS="${CFLAGS} -static" && LDFLAGS="${LDFLAGS} -static"
42
	
43
	
43
	./configure --prefix=/usr \
44
	./configure --prefix=/usr \
44
		--mandir=/usr/share/man \
45
		--mandir=/usr/share/man \

Return to bug 22445