diff options
Diffstat (limited to 'app-editors/xemacs/xemacs-21.4.8-r1.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.8-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.8-r1.ebuild b/app-editors/xemacs/xemacs-21.4.8-r1.ebuild index 1bb4dfc4723a..1edde982cdc8 100644 --- a/app-editors/xemacs/xemacs-21.4.8-r1.ebuild +++ b/app-editors/xemacs/xemacs-21.4.8-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Matthew Kennedy <mkennedy@gentoo.org> # Author: Geert Bevin <gbevin@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8-r1.ebuild,v 1.1 2002/05/31 23:42:05 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8-r1.ebuild,v 1.2 2002/06/26 17:32:50 gerk Exp $ # this is just TEMPORARY until we can get to the core of the problem SANDBOX_DISABLED="1" @@ -54,6 +54,11 @@ src_unpack() { unpack ${P}.tar.gz cd ${S} patch -p0 <${FILESDIR}/emodules.info-21.4.8-gentoo.patch + + if [ ${ARCH} = "ppc" ] ; then + patch -p0 < ${FILESDIR}/${P}-ppc.diff + fi + } src_compile() { |