diff options
author | 2004-08-10 02:50:45 +0000 | |
---|---|---|
committer | 2004-08-10 02:50:45 +0000 | |
commit | 1caedd38d13402544e56a8c7528fc1884fdce06f (patch) | |
tree | 03e49cb9277e8ccac0afc93442290f467898b817 /app-editors/xemacs/xemacs-21.4.15.ebuild | |
parent | stable on ppc64, bug #57174 (diff) | |
download | historical-1caedd38d13402544e56a8c7528fc1884fdce06f.tar.gz historical-1caedd38d13402544e56a8c7528fc1884fdce06f.tar.bz2 historical-1caedd38d13402544e56a8c7528fc1884fdce06f.zip |
stable on ppc64, bug #57174
Diffstat (limited to 'app-editors/xemacs/xemacs-21.4.15.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.15.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.15.ebuild b/app-editors/xemacs/xemacs-21.4.15.ebuild index ee67b1916661..29168ce386b1 100644 --- a/app-editors/xemacs/xemacs-21.4.15.ebuild +++ b/app-editors/xemacs/xemacs-21.4.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.15.ebuild,v 1.6 2004/06/27 22:21:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.15.ebuild,v 1.7 2004/08/10 02:50:45 tgall Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://ftp.xemacs.org/xemacs-21.4/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ppc64" IUSE="gpm postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna athena neXt Xaw3d berkdb" # esound is know to cause problems in XEmacs @@ -150,6 +150,8 @@ src_compile() { # fixes #21264 use alpha && myconf="${myconf} --with-system-malloc" + use ppc64 && myconf="${myconf} --with-system-malloc" + ./configure ${myconf} \ --prefix=/usr \ --with-pop \ |