diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 03:57:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 03:57:50 +0000 |
commit | c72c37f77c665bd2ab13cc9eb29f73ae098ea623 (patch) | |
tree | cfd4e568982cf4bdc4789d5623eddfddc996a980 /sys-libs/ss | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-c72c37f77c665bd2ab13cc9eb29f73ae098ea623.tar.gz gentoo-2-c72c37f77c665bd2ab13cc9eb29f73ae098ea623.tar.bz2 gentoo-2-c72c37f77c665bd2ab13cc9eb29f73ae098ea623.zip |
apply the sed-locale patch again #104116
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-libs/ss')
-rw-r--r-- | sys-libs/ss/ss-1.38.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/ss/ss-1.38.ebuild b/sys-libs/ss/ss-1.38.ebuild index f37a23383905..d0fd055f14ba 100644 --- a/sys-libs/ss/ss-1.38.ebuild +++ b/sys-libs/ss/ss-1.38.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/ss/ss-1.38.ebuild,v 1.11 2005/08/17 02:10:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ss/ss-1.38.ebuild,v 1.12 2005/09/01 03:57:50 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -22,6 +22,7 @@ S=${WORKDIR}/e2fsprogs-${PV} src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/${PN}-1.37-sed-locale.patch epatch "${FILESDIR}"/${PN}-1.37-makefile.patch export LDCONFIG=/bin/true export CC=$(tc-getCC) |