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

Collapse All | Expand All

(-)file_not_specified_in_diff (-20 / +2 lines)
Line 18 Link Here
18
IUSE="ada bootstrap build debug doc gpm minimal nocxx profile trace unicode"
18
IUSE="bootstrap build debug doc gpm minimal nocxx profile trace unicode"
19
--
Line 45 Link Here
45
		&& myconf="${myconf} --without-cxx --without-cxx-binding"
45
		&& myconf="${myconf} --without-cxx --without-cxx-binding --without-ada"
46
--
Lines 58-64 Link Here
58
	if use ada ; then
59
		#install libAdaCurses.a (the narrow version only)
60
		dolib.a "${WORKDIR}"/narrowc/Ada95/src/libAdaCurses.a || die "install error"
61
62
		#and the adacurses-config file:
63
		newbin ${FILESDIR}/ncurses-5.5-adacurses-config adacurses-config || die "install error"
64
	fi
Line 89 Link Here
89
		$(use_with ada) \
Lines 160-167 Link Here
160
161
	if use ada ; then
162
		#install libAdaCurses.a (the narrow version only)
163
		dolib.a "${WORKDIR}"/narrowc/Ada95/src/libAdaCurses.a || die "install error"
164
		
165
		#and the adacurses-config file:
166
		newbin ${FILESDIR}/ncurses-5.5-adaconfig adacurses-config || die "install error"
167
	fi

Return to bug 167849