diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 01:36:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 01:36:17 +0000 |
commit | 4f03c20d172fe107e4dc9c43669801c47f320260 (patch) | |
tree | 53ce6fc6b2b2f765be673d56d91ab7de334ef977 /dev-tcltk/otcl | |
parent | Updated metatdata.xml (Manifest recommit) (diff) | |
download | gentoo-2-4f03c20d172fe107e4dc9c43669801c47f320260.tar.gz gentoo-2-4f03c20d172fe107e4dc9c43669801c47f320260.tar.bz2 gentoo-2-4f03c20d172fe107e4dc9c43669801c47f320260.zip |
Add die following econf for bug 48950
Diffstat (limited to 'dev-tcltk/otcl')
-rw-r--r-- | dev-tcltk/otcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/otcl/otcl-1.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/otcl/ChangeLog b/dev-tcltk/otcl/ChangeLog index 69382e0b1b29..37ba307a727d 100644 --- a/dev-tcltk/otcl/ChangeLog +++ b/dev-tcltk/otcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/otcl # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.6 2004/04/14 11:32:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.7 2004/04/26 01:36:17 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> otcl-1.8-r1.ebuild: + Add die following econf for bug 48950 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> otcl-1.8-r1.ebuild: Inherit eutils. diff --git a/dev-tcltk/otcl/otcl-1.8-r1.ebuild b/dev-tcltk/otcl/otcl-1.8-r1.ebuild index 3b931bafe57e..102c01be76b0 100644 --- a/dev-tcltk/otcl/otcl-1.8-r1.ebuild +++ b/dev-tcltk/otcl/otcl-1.8-r1.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/dev-tcltk/otcl/otcl-1.8-r1.ebuild,v 1.3 2004/04/14 11:32:38 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8-r1.ebuild,v 1.4 2004/04/26 01:36:17 agriffis Exp $ inherit eutils @@ -24,7 +24,7 @@ src_compile() { #local myconf="--with-tcl=/usr/lib --enable-shared" local myconf="--enable-shared" CFLAGS="${CFLAGS} -I`ls /usr/lib/tcl8.*/include/generic/tclInt.h | tail -n1 | xargs dirname`" - econf ${myconf} + econf ${myconf} || die "econf failed" emake all || die emake libotcl.so || die } |