diff options
Diffstat (limited to 'app-shells/sash/sash-3.6.ebuild')
-rw-r--r-- | app-shells/sash/sash-3.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/sash/sash-3.6.ebuild b/app-shells/sash/sash-3.6.ebuild index 043e98d5c975..4ff67af4ed15 100644 --- a/app-shells/sash/sash-3.6.ebuild +++ b/app-shells/sash/sash-3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.6.ebuild,v 1.9 2004/02/22 07:18:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.6.ebuild,v 1.10 2004/03/27 19:08:35 tgall Exp $ inherit eutils @@ -24,6 +24,7 @@ src_unpack() { epatch ${FILESDIR}/sash-3.6-fix-includes.patch [ `use readline` ] && epatch ${FILESDIR}/sash-3.6-readline.patch + [ `use ppc64` ] && epatch ${FILESDIR}/sash-3.6-ppc64-includes.patch sed -e "s:-O3:${CFLAGS}:" -i Makefile } |