Lines 1-6
Link Here
|
1 |
# Copyright 1999-2005 Gentoo Foundation |
1 |
# Copyright 1999-2005 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/sys-libs/ss/ss-1.37.ebuild,v 1.11 2005/07/07 05:01:41 vapier Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/sys-libs/ss/ss-1.38.ebuild,v 1.11 2005/07/07 05:01:41 vapier Exp $ |
4 |
|
4 |
|
5 |
inherit eutils flag-o-matic toolchain-funcs |
5 |
inherit eutils flag-o-matic toolchain-funcs |
6 |
|
6 |
|
Lines 24-32
Link Here
|
24 |
cd "${S}" |
24 |
cd "${S}" |
25 |
# Patch to make the configure and sed scripts more friendly to, |
25 |
# Patch to make the configure and sed scripts more friendly to, |
26 |
# for example, the Estonian locale |
26 |
# for example, the Estonian locale |
27 |
epatch "${FILESDIR}"/${P}-sed-locale.patch |
27 |
epatch "${FILESDIR}"/ss-1.37-sed-locale.patch |
28 |
# Clean up makefile to suck less |
28 |
# Clean up makefile to suck less |
29 |
epatch "${FILESDIR}"/${P}-makefile.patch |
29 |
epatch "${FILESDIR}"/ss-1.37-makefile.patch |
30 |
|
30 |
|
31 |
# Keep the package from doing silly things |
31 |
# Keep the package from doing silly things |
32 |
export LDCONFIG=/bin/true |
32 |
export LDCONFIG=/bin/true |