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

Collapse All | Expand All

(-)ncurses-5.3-r1.ebuild (-2 / +9 lines)
Lines 2-8 Link Here
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: /home/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.3-r1.ebuild,v 1.13 2003/03/28 16:45:30 joker Exp $
3
# $Header: /home/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.3-r1.ebuild,v 1.13 2003/03/28 16:45:30 joker Exp $
4
4
5
IUSE=""
5
IUSE="nls"
6
6
7
inherit eutils flag-o-matic
7
inherit eutils flag-o-matic
8
filter-flags "-fno-exceptions"
8
filter-flags "-fno-exceptions"
Lines 14-23 Link Here
14
14
15
LICENSE="MIT"
15
LICENSE="MIT"
16
SLOT="5"
16
SLOT="5"
17
KEYWORDS="x86 ppc sparc alpha hppa arm mips"
17
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~arm ~mips"
18
18
19
DEPEND="virtual/glibc"
19
DEPEND="virtual/glibc"
20
20
21
src_unpack() {
22
	unpack ${A}
23
	cd ${S}
24
	use nls && epatch ${FILESDIR}/${P}.utf8normal.patch || die "Wide character support patch failed"
25
}
26
21
src_compile() {
27
src_compile() {
22
28
23
	[ -z "${DEBUGBUILD}" ] && myconf="${myconf} --without-debug"
29
	[ -z "${DEBUGBUILD}" ] && myconf="${myconf} --without-debug"
Lines 29-34 Link Here
29
	# <azarah@gentoo.org> (23 Oct 2002)
35
	# <azarah@gentoo.org> (23 Oct 2002)
30
	( use build || use bootstrap ) \
36
	( use build || use bootstrap ) \
31
		&& myconf="${myconf} --without-cxx --without-cxx-binding --without-ada"
37
		&& myconf="${myconf} --without-cxx --without-cxx-binding --without-ada"
38
	use nls && myconf="${myconf} --enable-widec"
32
39
33
	econf \
40
	econf \
34
		--libdir=/lib \
41
		--libdir=/lib \

Return to bug 20006