diff options
author | Tom Gall <tgall@gentoo.org> | 2004-08-10 02:50:45 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-08-10 02:50:45 +0000 |
commit | e247e49fb3b875c27e593537f9add65c2bec9681 (patch) | |
tree | 87e4799a7a56ca33f839bbb559081584cb8cf08c /app-editors/xemacs | |
parent | stable on ppc64, bug #57174 (Manifest recommit) (diff) | |
download | gentoo-2-e247e49fb3b875c27e593537f9add65c2bec9681.tar.gz gentoo-2-e247e49fb3b875c27e593537f9add65c2bec9681.tar.bz2 gentoo-2-e247e49fb3b875c27e593537f9add65c2bec9681.zip |
stable on ppc64, bug #57174
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.15.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index 33b3a62f78e0..cfda6faf7e56 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/xemacs # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.44 2004/06/24 22:03:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.45 2004/08/10 02:50:45 tgall Exp $ + + 09 Aug 2004; Tom Gall <tgall@gentoo.org> xemacs-21.4.15.ebuild: + stable on ppc64, bug #57174 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> xemacs-21.4.12.ebuild, xemacs-21.4.15.ebuild: 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 \ |