summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-04-30 08:12:03 +0000
committerHans de Graaff <graaff@gentoo.org>2011-04-30 08:12:03 +0000
commitd700c4b0d458f83547b7e32a4e950df9ea634db0 (patch)
treec9669b5f62a4cbc3ad4b89665a05965e5600022f /app-editors/xemacs/xemacs-21.5.31.ebuild
parentVersion bump. License has changed to GPL-3. Drop patch now applied upstream. (diff)
downloadgentoo-2-d700c4b0d458f83547b7e32a4e950df9ea634db0.tar.gz
gentoo-2-d700c4b0d458f83547b7e32a4e950df9ea634db0.tar.bz2
gentoo-2-d700c4b0d458f83547b7e32a4e950df9ea634db0.zip
Fix USE=debug for changed configure options.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xemacs/xemacs-21.5.31.ebuild')
-rw-r--r--app-editors/xemacs/xemacs-21.5.31.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-editors/xemacs/xemacs-21.5.31.ebuild b/app-editors/xemacs/xemacs-21.5.31.ebuild
index 8f982308045a..12c29432291d 100644
--- a/app-editors/xemacs/xemacs-21.5.31.ebuild
+++ b/app-editors/xemacs/xemacs-21.5.31.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.1 2011/04/30 08:03:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.2 2011/04/30 08:12:03 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,8 +154,8 @@ src_configure() {
myconf="${myconf} --without-database"
fi
- use debug && myconf="${myconf} --with-optimization=no --with-debug" ||
- myconf="${myconf} --with-optimization=yes"
+ use debug && myconf="${myconf} --with-debug" ||
+ myconf="${myconf} --with-optimization"
econf ${myconf} \
$(use_with gif ) \
@@ -171,7 +171,6 @@ src_configure() {
--with-site-lisp=yes \
--with-site-modules=yes \
--with-newgc \
- --with-optimizations \
--enable-option-checking=no \
--with-last-packages=/usr/lib/xemacs \
|| die "configuration failed"