diff options
author | Tom Gall <tgall@gentoo.org> | 2004-03-27 19:08:35 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-03-27 19:08:35 +0000 |
commit | 92e0d2bf95344c1a982c4a327fb34bad8cc2e59a (patch) | |
tree | 8425b8b2356a526e6682a7323dec8e79f5b9a042 /app-shells/sash/sash-3.6.ebuild | |
parent | Applied a patch to install bibtex styles. (diff) | |
download | gentoo-2-92e0d2bf95344c1a982c4a327fb34bad8cc2e59a.tar.gz gentoo-2-92e0d2bf95344c1a982c4a327fb34bad8cc2e59a.tar.bz2 gentoo-2-92e0d2bf95344c1a982c4a327fb34bad8cc2e59a.zip |
fixes for ppc64, minor header stuff
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 } |