summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2007-12-24 00:03:16 +0000
committerHans de Graaff <graaff@gentoo.org>2007-12-24 00:03:16 +0000
commit0df6fdc19046674f4735d772dd224c8a475b9cba (patch)
treed5f726074318beb989af25e466f8183d8591cae6 /app-editors
parentVersion bump to 1.0.0 Bug #202826 (diff)
downloadgentoo-2-0df6fdc19046674f4735d772dd224c8a475b9cba.tar.gz
gentoo-2-0df6fdc19046674f4735d772dd224c8a475b9cba.tar.bz2
gentoo-2-0df6fdc19046674f4735d772dd224c8a475b9cba.zip
Avoid code that breaks on ia64
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/xemacs/ChangeLog5
-rw-r--r--app-editors/xemacs/xemacs-21.4.21.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog
index 210a8d053836..a317f8b53a86 100644
--- a/app-editors/xemacs/ChangeLog
+++ b/app-editors/xemacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/xemacs
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.101 2007/11/11 09:25:49 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.102 2007/12/24 00:03:16 graaff Exp $
+
+ 24 Dec 2007; Hans de Graaff <graaff@gentoo.org> xemacs-21.4.21.ebuild:
+ Fix built on ia64 at the loss of some functionality.
*xemacs-21.4.21 (11 Nov 2007)
diff --git a/app-editors/xemacs/xemacs-21.4.21.ebuild b/app-editors/xemacs/xemacs-21.4.21.ebuild
index c14ba0014489..5b8205ec0830 100644
--- a/app-editors/xemacs/xemacs-21.4.21.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.21.ebuild,v 1.1 2007/11/11 09:25:49 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.21.ebuild,v 1.2 2007/12/24 00:03:16 graaff Exp $
# Note: xemacs currently does not work with a hardened profile. If you
# want to use xemacs on a hardened profile then compile with the
@@ -154,6 +154,9 @@ src_compile() {
use ppc64 && myconf="${myconf} --with-system-malloc"
use ia64 && myconf="${myconf} --with-system-malloc"
+ # Enabling modules will cause segfaults outside the XEmacs build directory
+ use ia64 && myconf="${myconf} --without-modules"
+
einfo "${myconf}"
# Don't use econf because it uses options which this configure