| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 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-libs/e2fsprogs-libs/e2fsprogs-libs-1.41.14.ebuild,v 1.1 2010/12/29 08:12:56 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.41.14.ebuild,v 1.2 2011/06/29 20:45:20 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit toolchain-funcs |
7 | inherit toolchain-funcs |
| 8 | |
8 | |
| … | |
… | |
| 21 | !<sys-fs/e2fsprogs-1.41.8" |
21 | !<sys-fs/e2fsprogs-1.41.8" |
| 22 | DEPEND="nls? ( sys-devel/gettext ) |
22 | DEPEND="nls? ( sys-devel/gettext ) |
| 23 | dev-util/pkgconfig" |
23 | dev-util/pkgconfig" |
| 24 | |
24 | |
| 25 | src_prepare() { |
25 | src_prepare() { |
| 26 | echo 'all %:' > doc/Makefile.in # don't bother with docs #305613 |
26 | printf 'all:\n%%:;@:\n' > doc/Makefile.in # don't bother with docs #305613 |
| 27 | } |
27 | } |
| 28 | |
28 | |
| 29 | src_configure() { |
29 | src_configure() { |
| 30 | # We want to use the "bsd" libraries while building on Darwin, but while |
30 | # We want to use the "bsd" libraries while building on Darwin, but while |
| 31 | # building on other Gentoo/*BSD we prefer elf-naming scheme. |
31 | # building on other Gentoo/*BSD we prefer elf-naming scheme. |