summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-05-18 16:47:49 +0000
committerRoy Marples <uberlord@gentoo.org>2007-05-18 16:47:49 +0000
commit9b799c7fec3fc9ff3d2e7bcb95aca3b9aa8bc264 (patch)
tree5231bce3eb0a6f3f3639cc15f04fe8a5794a8e6b /sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild
parentremoved stale versions (diff)
downloadhistorical-9b799c7fec3fc9ff3d2e7bcb95aca3b9aa8bc264.tar.gz
historical-9b799c7fec3fc9ff3d2e7bcb95aca3b9aa8bc264.tar.bz2
historical-9b799c7fec3fc9ff3d2e7bcb95aca3b9aa8bc264.zip
Statically link libedit into sh so we don't have another mess if we
ever change things again. We do the same thing with bash/readline too. Package-Manager: portage-2.1.2.7
Diffstat (limited to 'sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild')
-rw-r--r--sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild
index bdc9a877eaca..508c9d811b01 100644
--- a/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild
+++ b/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild,v 1.1 2007/01/15 21:34:27 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild,v 1.2 2007/05/18 16:47:49 uberlord Exp $
inherit bsdmk freebsd
@@ -26,7 +26,8 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/bin
PATCHES="${FILESDIR}/${PN}-6.0-flex-2.5.31.patch
- ${FILESDIR}/${PN}-6.2-mkdir-posix.patch"
+ ${FILESDIR}/${PN}-6.2-mkdir-posix.patch
+ ${FILESDIR}/${PN}-6.2-sh-libedit.patch"
pkg_setup() {
use nls || mymakeopts="${mymakeopts} NO_NLS= "