diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2010-03-24 04:14:27 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2010-03-24 04:14:27 +0000 |
commit | e1ea0d48ce689f3591bd1579a5aeeafdbc73048e (patch) | |
tree | daefad59120b2ba49419b79d01a0efad0df62232 /sys-libs/readline/readline-6.1_p2.ebuild | |
parent | Bug #278633: add in support for mysql root password from secure config file. (diff) | |
download | historical-e1ea0d48ce689f3591bd1579a5aeeafdbc73048e.tar.gz historical-e1ea0d48ce689f3591bd1579a5aeeafdbc73048e.tar.bz2 historical-e1ea0d48ce689f3591bd1579a5aeeafdbc73048e.zip |
Fix for bug 301508, rlfe build on FreeBSD.
Package-Manager: portage-2.2_rc67/cvs/FreeBSD i386
Diffstat (limited to 'sys-libs/readline/readline-6.1_p2.ebuild')
-rw-r--r-- | sys-libs/readline/readline-6.1_p2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/readline/readline-6.1_p2.ebuild b/sys-libs/readline/readline-6.1_p2.ebuild index 6a6c14de19b3..810ca4df2602 100644 --- a/sys-libs/readline/readline-6.1_p2.ebuild +++ b/sys-libs/readline/readline-6.1_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.1_p2.ebuild,v 1.1 2010/03/23 02:23:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.1_p2.ebuild,v 1.2 2010/03/24 04:14:27 the_paya Exp $ inherit autotools eutils multilib toolchain-funcs flag-o-matic @@ -50,6 +50,7 @@ src_unpack() { [[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s) epatch "${FILESDIR}"/${PN}-5.0-no_rpath.patch epatch "${FILESDIR}"/${PN}-5.2-no-ignore-shlib-errors.patch #216952 + epatch "${FILESDIR}"/${PN}-6.1-rlfe-freebsd.patch # 301508 # force ncurses linking #71420 sed -i -e 's:^SHLIB_LIBS=:SHLIB_LIBS=-lncurses:' support/shobj-conf || die "sed" |