summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-09-14 17:26:32 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-09-14 17:26:32 +0000
commitd0c95322ad2ed7a7ffedd07aeee302b126e346ee (patch)
tree8af70390d50168c538f05bff26f6a611a5cde048 /sci-mathematics
parentMarked ~ppc/~ppc64 for bug #336158. (diff)
downloadgentoo-2-d0c95322ad2ed7a7ffedd07aeee302b126e346ee.tar.gz
gentoo-2-d0c95322ad2ed7a7ffedd07aeee302b126e346ee.tar.bz2
gentoo-2-d0c95322ad2ed7a7ffedd07aeee302b126e346ee.zip
Avoid hanging during configure with USE=-emacs, bug #336739, thanks ulm
(Portage version: 2.2_rc81/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/maxima/ChangeLog6
-rw-r--r--sci-mathematics/maxima/maxima-5.21.1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/maxima/ChangeLog b/sci-mathematics/maxima/ChangeLog
index 384abb630636..446e78023b17 100644
--- a/sci-mathematics/maxima/ChangeLog
+++ b/sci-mathematics/maxima/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/maxima
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.80 2010/06/15 15:45:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.81 2010/09/14 17:26:32 bicatali Exp $
+
+ 14 Sep 2010; Sébastien Fabbro <bicatali@gentoo.org>
+ maxima-5.21.1-r1.ebuild:
+ Avoid hanging during configure with USE=-emacs, bug #336739, thanks ulm
15 Jun 2010; Justin Lecher <jlec@gentoo.org> maxima-5.21.1-r1.ebuild:
Imported prefix changes
diff --git a/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild b/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild
index dc8da7eac639..3ef8dcfb9eff 100644
--- a/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild
+++ b/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild,v 1.2 2010/06/15 15:45:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.21.1-r1.ebuild,v 1.3 2010/09/14 17:26:32 bicatali Exp $
EAPI=3
@@ -148,7 +148,7 @@ src_configure() {
done
fi
- econf ${myconf}
+ econf ${myconf} --with-lispdir="${SITELISP}/${PN}"
}
src_install() {