diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-16 04:16:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-16 04:16:47 +0000 |
commit | 68f17505391787ed17da71bee7bdce6afb341596 (patch) | |
tree | 9f80e0aa2520e4ef82a453339403dbc699ea38d2 /sys-libs/readline/readline-5.0-r2.ebuild | |
parent | Adding patches needed for mysql-5.0.9_beta (diff) | |
download | gentoo-2-68f17505391787ed17da71bee7bdce6afb341596.tar.gz gentoo-2-68f17505391787ed17da71bee7bdce6afb341596.tar.bz2 gentoo-2-68f17505391787ed17da71bee7bdce6afb341596.zip |
Fix support for Darwin8. Patch by Kito #99143.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-libs/readline/readline-5.0-r2.ebuild')
-rw-r--r-- | sys-libs/readline/readline-5.0-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/readline/readline-5.0-r2.ebuild b/sys-libs/readline/readline-5.0-r2.ebuild index e23f10d19e6a..0f31b82344a3 100644 --- a/sys-libs/readline/readline-5.0-r2.ebuild +++ b/sys-libs/readline/readline-5.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.0-r2.ebuild,v 1.4 2005/06/27 22:15:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.0-r2.ebuild,v 1.5 2005/07/16 04:16:47 vapier Exp $ inherit eutils gnuconfig @@ -35,12 +35,13 @@ src_unpack() { epatch "${FILESDIR}"/${P}-no_rpath.patch epatch "${FILESDIR}"/${P}-self-insert.patch epatch "${FILESDIR}"/${P}-del-backspace-policy.patch + epatch "${FILESDIR}"/${P}-darwin.patch # force ncurses linking #71420 sed -i -e 's:^SHLIB_LIBS=:SHLIB_LIBS=-lncurses:' support/shobj-conf || die "sed" # fix building in parallel - epatch ${FILESDIR}/readline-5.0-parallel.patch + epatch "${FILESDIR}"/readline-5.0-parallel.patch } src_compile() { |