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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +8 lines)
Line  Link Here
0
-- a/net-ftp/ncftp/ncftp-3.2.4.1.ebuild     2010-08-30 05:37:52.000000000 +0200
0
++ b/net-ftp/ncftp/ncftp-3.2.4.1.ebuild       2010-09-03 17:35:32.000000000 +0200
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit eutils toolchain-funcs
7
inherit eutils toolchain-funcs pax-utils
8
8
9
IPV6_P="ncftp-323-v6-20091109"
9
IPV6_P="ncftp-323-v6-20091109"
10
DESCRIPTION="An extremely configurable ftp client"
10
DESCRIPTION="An extremely configurable ftp client"
Lines 32-38 Link Here
32
               -i Makefile.in */Makefile.in || die
32
               -i Makefile.in */Makefile.in || die
33
}
33
}
34
src_configure() {
34
src_configure() {
35
       LC_ALL="C" econf --disable-universal $(use_enable pch precomp ) || die
35
       local myconf="--disable-universal"
36
       # Fix so we can disable precompiledheaders #301299
37
       if ! use pch || host-is-pax ; then
38
               myconf="${myconf} --disable-precomp"
39
       fi
40
       LC_ALL="C" econf ${myconf} || die
36
}
41
}
37
42
38
src_install() {
43
src_install() {

Return to bug 301299