diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-05-22 18:13:03 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-05-22 18:13:03 +0000 |
commit | 919408fc0bb8c68872803946b3c2d3b3b739ea59 (patch) | |
tree | 49de0e544b1235f7ce05326daebf2edb5d91a7d9 /app-editors | |
parent | bump (diff) | |
download | gentoo-2-919408fc0bb8c68872803946b3c2d3b3b739ea59.tar.gz gentoo-2-919408fc0bb8c68872803946b3c2d3b3b739ea59.tar.bz2 gentoo-2-919408fc0bb8c68872803946b3c2d3b3b739ea59.zip |
#21264 xemacs needs --with-system-malloc on Alpha.
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/xemacs/Manifest | 20 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.12.ebuild | 5 |
3 files changed, 28 insertions, 2 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index e3a202cd686c..2a71cd805871 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/xemacs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.33 2003/02/12 03:49:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.34 2003/05/22 18:13:03 taviso Exp $ + + 22 May 2003; Tavis Ormandy <taviso@gentoo.org> xemacs-21.4.12.ebuild: + #21264 xemacs needs --with-system-malloc on Alpha. *xemacs-21.4.12 (16 Jan 2003) 16 Jan 2003: Rendhalver <rendhalver@gentoo.org> diff --git a/app-editors/xemacs/Manifest b/app-editors/xemacs/Manifest new file mode 100644 index 000000000000..9fe9b9c8b916 --- /dev/null +++ b/app-editors/xemacs/Manifest @@ -0,0 +1,20 @@ +MD5 8e6c7e5f547765b625504a091c913687 xemacs-21.4.10-r2.ebuild 4839 +MD5 222b865b71e85afec2cdc643b2e321bb xemacs-21.4.11.ebuild 4863 +MD5 9a620eab0506045f21790d6d037eba52 xemacs-21.4.10-r1.ebuild 4928 +MD5 67f3723920ee8ebadd377a18c53d97a4 xemacs-21.4.10.ebuild 4030 +MD5 58f9e7da94d3f4e82778324e73708625 xemacs-21.4.9.ebuild 4299 +MD5 481c09e4eef2bad87698c7307e35a16f xemacs-21.4.12.ebuild 5061 +MD5 0b7bf275f951efca9eb8921dff47cf73 ChangeLog 6595 +MD5 115eb28610752622c6d6e1189d9e5ec8 files/emodules.info-21.4.8-gentoo.patch 468 +MD5 39fc9657b72b09c8b91f52ee50758ad2 files/xemacs-21.4.12-ppc.diff 1075 +MD5 94beef92edcaf12edef657556fbb7a7e files/xemacs-21.4.9-ppc.diff 1032 +MD5 c0105f25a98b5dde2f43d624e3e24ca8 files/digest-xemacs-21.4.10 274 +MD5 bb8787846b0aa574609da98ac6cb7c39 files/digest-xemacs-21.4.11 68 +MD5 6d3780dc77d3dd7c017d8864d2f0b07d files/digest-xemacs-21.4.12 130 +MD5 678239bc0954d838f5a9c53a6570c850 files/xemacs-21.4.9-ppc-glibc-2.3.x.diff 1112 +MD5 df382940daa67bb8888fbae22d617cb4 files/README.Gentoo 1426 +MD5 27a8dcab7441389fc05c3406096bb8be files/emodules.info-gentoo.patch 479 +MD5 892c698f9b7d3ca42a83df34518b0946 files/digest-xemacs-21.4.9 273 +MD5 9d39ec32a092541d819789bc9ec482c8 files/digest-xemacs-21.4.10-r1 274 +MD5 9d39ec32a092541d819789bc9ec482c8 files/digest-xemacs-21.4.10-r2 274 +MD5 94beef92edcaf12edef657556fbb7a7e files/xemacs-21.4.8-ppc.diff 1032 diff --git a/app-editors/xemacs/xemacs-21.4.12.ebuild b/app-editors/xemacs/xemacs-21.4.12.ebuild index 19bc5ff7b276..4797a5d2d13c 100644 --- a/app-editors/xemacs/xemacs-21.4.12.ebuild +++ b/app-editors/xemacs/xemacs-21.4.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.12.ebuild,v 1.2 2003/02/13 07:01:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.12.ebuild,v 1.3 2003/05/22 18:13:03 taviso Exp $ IUSE="gpm postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna lucid athena neXt Xaw3d" @@ -150,6 +150,9 @@ src_compile() { myconf="${myconf} --with-sound=${soundconf} --with-database=${dbconf}" + # fixes #21264 + use alpha && myconf="${myconf} --with-system-malloc" + ./configure ${myconf} \ --prefix=/usr \ --with-pop \ |