| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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/Attic/e2fsprogs-libs-1.41.8.ebuild,v 1.6 2009/08/15 08:54:17 aballier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/Attic/e2fsprogs-libs-1.41.8.ebuild,v 1.7 2009/08/17 20:24:00 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | inherit flag-o-matic toolchain-funcs |
7 | inherit flag-o-matic 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 | sys-devel/bc" |
24 | sys-devel/bc" |
| 25 | |
25 | |
| 26 | VARTEXFONTS=${T}/fonts |
26 | export VARTEXFONTS=${T}/fonts #281390 |
| 27 | |
27 | |
| 28 | src_prepare() { |
28 | src_prepare() { |
| 29 | # stupid configure script clobbers CC for us |
29 | # stupid configure script clobbers CC for us |
| 30 | sed -i '/if test -z "$CC" ; then CC=cc; fi/d' configure |
30 | sed -i '/if test -z "$CC" ; then CC=cc; fi/d' configure |
| 31 | } |
31 | } |