diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:00:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:00:24 +0000 |
commit | efea05995c6138616f0a54deaa3fec2d76718c06 (patch) | |
tree | 16725b4180a3f050952dd30136600e5c5b72a807 /app-sci/tclspice | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.tar.gz gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.tar.bz2 gentoo-2-efea05995c6138616f0a54deaa3fec2d76718c06.zip |
Add die following econf for bug 48950
Diffstat (limited to 'app-sci/tclspice')
-rw-r--r-- | app-sci/tclspice/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/tclspice/tclspice-0.2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/tclspice/ChangeLog b/app-sci/tclspice/ChangeLog index 8aee904c0d0b..a1923ec05c67 100644 --- a/app-sci/tclspice/ChangeLog +++ b/app-sci/tclspice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/tclspice # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/ChangeLog,v 1.4 2004/02/01 16:33:03 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/ChangeLog,v 1.5 2004/04/25 22:56:38 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> tclspice-0.2.14.ebuild: + Add die following econf for bug 48950 *tclspice-0.2.15 (01 Feb 2004) diff --git a/app-sci/tclspice/tclspice-0.2.14.ebuild b/app-sci/tclspice/tclspice-0.2.14.ebuild index 91d36630f81f..155cf9370d6e 100644 --- a/app-sci/tclspice/tclspice-0.2.14.ebuild +++ b/app-sci/tclspice/tclspice-0.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/tclspice-0.2.14.ebuild,v 1.5 2004/04/07 20:04:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/tclspice-0.2.14.ebuild,v 1.6 2004/04/25 22:56:40 agriffis Exp $ inherit eutils @@ -29,7 +29,7 @@ src_unpack() { } src_compile() { - econf --enable-xspice --enable-experimental --with-tcl + econf --enable-xspice --enable-experimental --with-tcl || die "econf failed" emake tcl || die } |