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

Collapse All | Expand All

(-)/usr/portage/sys-libs/ncurses/ncurses-5.6-r2.ebuild (-1 / +2 lines)
Lines 37-42 Link Here
37
	epatch "${FILESDIR}"/${PN}-5.6-gfbsd.patch
37
	epatch "${FILESDIR}"/${PN}-5.6-gfbsd.patch
38
	epatch "${FILESDIR}"/${PN}-5.6-build.patch #184700
38
	epatch "${FILESDIR}"/${PN}-5.6-build.patch #184700
39
	epatch "${FILESDIR}"/${P}-darwin.patch
39
	epatch "${FILESDIR}"/${P}-darwin.patch
40
	epatch "${FILESDIR}"/${PN}-5.6-mint.patch
40
	epatch "${FILESDIR}"/${PN}-5.5-aix-shared.patch
41
	epatch "${FILESDIR}"/${PN}-5.5-aix-shared.patch
41
	epatch "${FILESDIR}"/${P}-solaris2.patch
42
	epatch "${FILESDIR}"/${P}-solaris2.patch
42
	epatch "${FILESDIR}"/${P}-interix.patch
43
	epatch "${FILESDIR}"/${P}-interix.patch
Lines 62-67 Link Here
62
	use nocxx && myconf="${myconf} --without-cxx --without-cxx-binding"
63
	use nocxx && myconf="${myconf} --without-cxx --without-cxx-binding"
63
	use ada || myconf="${myconf} --without-ada"
64
	use ada || myconf="${myconf} --without-ada"
64
	
65
	
66
	[[ ${CHOST} != *-mint* ]] && myconf="${myconf} --with-shared"
65
	[[ ${CHOST} == *-aix5.3* ]] && myconf="${myconf} --with-libtool"
67
	[[ ${CHOST} == *-aix5.3* ]] && myconf="${myconf} --with-libtool"
66
68
67
	# First we build the regular ncurses ...
69
	# First we build the regular ncurses ...
Lines 93-99 Link Here
93
	econf \
95
	econf \
94
		--libdir="${EPREFIX}/usr/$(get_libdir)" \
96
		--libdir="${EPREFIX}/usr/$(get_libdir)" \
95
		--with-terminfo-dirs="${EPREFIX}/etc/terminfo:${EPREFIX}/usr/share/terminfo" \
97
		--with-terminfo-dirs="${EPREFIX}/etc/terminfo:${EPREFIX}/usr/share/terminfo" \
96
		--with-shared \
97
		--enable-overwrite \
98
		--enable-overwrite \
98
		$(use_with debug) \
99
		$(use_with debug) \
99
		$(use_with profile) \
100
		$(use_with profile) \

Return to bug 250454