Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158040 | Differences between
and this patch

Collapse All | Expand All

(-)/home/flame/devel/gentoo-x86/sys-apps/attr/attr-2.4.28-r1.ebuild (-1 / +9 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: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.28-r1.ebuild,v 1.13 2006/09/27 19:03:38 ferdy Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.28-r1.ebuild,v 1.13 2006/09/27 19:03:38 ferdy Exp $
4
4
5
inherit eutils toolchain-funcs
5
inherit eutils toolchain-funcs autotools
6
6
7
DESCRIPTION="Extended attributes tools"
7
DESCRIPTION="Extended attributes tools"
8
HOMEPAGE="http://oss.sgi.com/projects/xfs/"
8
HOMEPAGE="http://oss.sgi.com/projects/xfs/"
Lines 30-35 Link Here
30
		-e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${PF}:" \
30
		-e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${PF}:" \
31
		include/builddefs.in \
31
		include/builddefs.in \
32
		|| die "failed to update builddefs"
32
		|| die "failed to update builddefs"
33
34
	sed -i \
35
		-e '/libtool/s:AC_PATH_PROG:AC_PATH_TOOL:' \
36
		m4/package_utilies.m4 \
37
		|| die "failed to fix libtool check."
38
39
	AT_M4DIR="m4" eaclocal
40
	eautoconf
33
}
41
}
34
42
35
src_compile() {
43
src_compile() {

Return to bug 158040