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

Collapse All | Expand All

(-)/usr/portage/sys-libs/readline/readline-5.0-r2.ebuild (-2 / +6 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: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.0-r2.ebuild,v 1.3 2005/06/09 02:46:14 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.0-r2.ebuild,v 1.3 2005/06/09 02:46:14 vapier Exp $
4
4
5
inherit eutils gnuconfig
5
inherit eutils gnuconfig libtool
6
6
7
# Official patches
7
# Official patches
8
PLEVEL="x001 x002 x003 x004 x005"
8
PLEVEL="x001 x002 x003 x004 x005"
Lines 14-20 Link Here
14
14
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
17
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ~ppc-macos s390 sh sparc x86"
18
IUSE=""
18
IUSE=""
19
19
20
# We must be certain that we have a bash that is linked
20
# We must be certain that we have a bash that is linked
Lines 35-40 Link Here
35
	epatch "${FILESDIR}"/${P}-no_rpath.patch
35
	epatch "${FILESDIR}"/${P}-no_rpath.patch
36
	epatch "${FILESDIR}"/${P}-self-insert.patch
36
	epatch "${FILESDIR}"/${P}-self-insert.patch
37
	epatch "${FILESDIR}"/${P}-del-backspace-policy.patch
37
	epatch "${FILESDIR}"/${P}-del-backspace-policy.patch
38
	if use ppc-macos;
39
	then
40
		 epatch "${FILESDIR}"/${P}-macos.patch
41
	fi
38
42
39
	# force ncurses linking #71420
43
	# force ncurses linking #71420
40
	sed -i -e 's:^SHLIB_LIBS=:SHLIB_LIBS=-lncurses:' support/shobj-conf || die "sed"
44
	sed -i -e 's:^SHLIB_LIBS=:SHLIB_LIBS=-lncurses:' support/shobj-conf || die "sed"

Return to bug 97243