summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lisp/ecls/ChangeLog5
-rw-r--r--dev-lisp/ecls/ecls-0.9d.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lisp/ecls/ChangeLog b/dev-lisp/ecls/ChangeLog
index 3cf9a9337554..8638ccda5963 100644
--- a/dev-lisp/ecls/ChangeLog
+++ b/dev-lisp/ecls/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lisp/ecls
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.10 2004/11/03 05:42:15 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.11 2004/11/04 20:21:55 mkennedy Exp $
+
+ 04 Nov 2004; Matthew Kenendy <mkennedy@gentoo.org> ecls-0.9d.ebuild:
+ --with-cmu-format should have been --with-cmuformat
*ecls-0.9d (02 Nov 2004)
diff --git a/dev-lisp/ecls/ecls-0.9d.ebuild b/dev-lisp/ecls/ecls-0.9d.ebuild
index f96b82eb4843..3c585e66ffaa 100644
--- a/dev-lisp/ecls/ecls-0.9d.ebuild
+++ b/dev-lisp/ecls/ecls-0.9d.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/dev-lisp/ecls/ecls-0.9d.ebuild,v 1.1 2004/11/03 05:42:15 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.9d.ebuild,v 1.2 2004/11/04 20:21:55 mkennedy Exp $
inherit eutils
@@ -27,7 +27,7 @@ src_unpack() {
src_compile() {
myconf="--enable-local-gmp --enable-local-boehm --with-tcp"
- myconf="$myconf --with-ffi --with-clos-streams --with-cmu-format `use_with X x`"
+ myconf="$myconf --with-ffi --with-clos-streams --with-cmuformat `use_with X x`"
einfo "Configuring with: $myconf"
econf ${myconf} || die
make || die