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

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line 29 Link Here
29
    ./configure --disable-mmx --prefix=/usr --host=${CHOST} \
29
    ./configure --disable-mmx \
30
--
30
	--prefix=/usr \
31
	--mandir=/usr/share/man \
32
	--host=${CHOST} \
Line 31 Link Here
31
    emake
34
    emake || die
32
--
Line 39 Link Here
39
    try make DESTDIR=${D} TIC="tic -o ${D}/usr/share/terminfo" install
42
    make DESTDIR=${D} TIC="tic -o ${D}/usr/share/terminfo" install || die
40
--

Return to bug 1280