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

Collapse All | Expand All

(-)bash-2.05b-r9.ebuild (-1 / +6 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2004 Gentoo Foundation
1
# Copyright 1999-2004 Gentoo Foundation
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/app-shells/bash/bash-2.05b-r9.ebuild,v 1.25 2004/10/02 03:44:53 vapier Exp $
3
# $Header:$
4
4
5
inherit eutils flag-o-matic gnuconfig gcc
5
inherit eutils flag-o-matic gnuconfig gcc
6
6
Lines 47-52 Link Here
47
	# Fix using bash with post-20040808 glibc ebuilds (from fedora)
47
	# Fix using bash with post-20040808 glibc ebuilds (from fedora)
48
	epatch ${FILESDIR}/${P}-jobs.patch
48
	epatch ${FILESDIR}/${P}-jobs.patch
49
49
50
	# ULUDAG
51
	# Fix reload locales problem { SUSE patches }
52
	epatch ${FILESDIR}/${P}-locale.patch
53
	epatch ${FILESDIR}/${P}-readline-init.patch
54
50
	# Enable SSH_SOURCE_BASHRC (#24762)
55
	# Enable SSH_SOURCE_BASHRC (#24762)
51
	sed -e 's:^.*\(#define SSH_SOURCE_BASHRC\).*$:\1:' \
56
	sed -e 's:^.*\(#define SSH_SOURCE_BASHRC\).*$:\1:' \
52
		-i config-top.h
57
		-i config-top.h

Return to bug 66640