diff options
author | 2005-03-17 13:46:44 +0000 | |
---|---|---|
committer | 2005-03-17 13:46:44 +0000 | |
commit | b6dd3b302650bcd35d2e8cd190cd15fb8770cccb (patch) | |
tree | ebe2fa086af4c87f985cbc777be4814ae24854ff /app-editors/qemacs/qemacs-0.3.1-r1.ebuild | |
parent | Remove unneeded files. (diff) | |
download | gentoo-2-b6dd3b302650bcd35d2e8cd190cd15fb8770cccb.tar.gz gentoo-2-b6dd3b302650bcd35d2e8cd190cd15fb8770cccb.tar.bz2 gentoo-2-b6dd3b302650bcd35d2e8cd190cd15fb8770cccb.zip |
Added workaround to prevent segfaults on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-editors/qemacs/qemacs-0.3.1-r1.ebuild')
-rw-r--r-- | app-editors/qemacs/qemacs-0.3.1-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-editors/qemacs/qemacs-0.3.1-r1.ebuild b/app-editors/qemacs/qemacs-0.3.1-r1.ebuild index dbc68c98b1fc..4cf38995791f 100644 --- a/app-editors/qemacs/qemacs-0.3.1-r1.ebuild +++ b/app-editors/qemacs/qemacs-0.3.1-r1.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/app-editors/qemacs/qemacs-0.3.1-r1.ebuild,v 1.2 2005/03/06 02:49:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1-r1.ebuild,v 1.3 2005/03/17 13:46:43 josejx Exp $ inherit eutils @@ -23,6 +23,9 @@ src_unpack() { epatch ${FILESDIR}/${P}-configure-gentoo.patch epatch ${FILESDIR}/${P}-make_backup.patch epatch ${FILESDIR}/${PN}-0.3.1-gcc-3.4.patch + if use ppc; then + epatch ${FILESDIR}/${PN}-ppc-segfault.patch + fi use unicode && epatch ${FILESDIR}/${P}-tty_utf8.patch } |