summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Villavicencio <the_paya@gentoo.org>2010-03-24 04:14:27 +0000
committerJavier Villavicencio <the_paya@gentoo.org>2010-03-24 04:14:27 +0000
commite1ea0d48ce689f3591bd1579a5aeeafdbc73048e (patch)
treedaefad59120b2ba49419b79d01a0efad0df62232 /sys-libs/readline/readline-6.1_p2.ebuild
parentBug #278633: add in support for mysql root password from secure config file. (diff)
downloadhistorical-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.ebuild3
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"