diff options
author | 2004-04-25 23:37:13 +0000 | |
---|---|---|
committer | 2004-04-25 23:37:13 +0000 | |
commit | 5411cd639697ac3dab6b53e3f701c8bbe1d27055 (patch) | |
tree | 5ccaf02e5ffef3afbfca0d1e347d0498e149a454 /dev-db/gigabase/gigabase-2.79.ebuild | |
parent | fixing a digest problem (diff) | |
download | historical-5411cd639697ac3dab6b53e3f701c8bbe1d27055.tar.gz historical-5411cd639697ac3dab6b53e3f701c8bbe1d27055.tar.bz2 historical-5411cd639697ac3dab6b53e3f701c8bbe1d27055.zip |
Add die following econf for bug 48950
Diffstat (limited to 'dev-db/gigabase/gigabase-2.79.ebuild')
-rw-r--r-- | dev-db/gigabase/gigabase-2.79.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/gigabase/gigabase-2.79.ebuild b/dev-db/gigabase/gigabase-2.79.ebuild index f510b98c99dc..23ea7c75ae5c 100644 --- a/dev-db/gigabase/gigabase-2.79.ebuild +++ b/dev-db/gigabase/gigabase-2.79.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-db/gigabase/gigabase-2.79.ebuild,v 1.4 2004/03/14 13:19:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-2.79.ebuild,v 1.5 2004/04/25 23:31:11 agriffis Exp $ DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl" HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html" @@ -16,7 +16,7 @@ S=${WORKDIR}/gigabase src_compile() { mf="${S}/Makefile" - econf + econf || die "econf failed" sed -r -e 's/subsql([^\.]|$)/subsql-gdb\1/' ${mf} > ${mf}.tmp mv ${mf}.tmp ${mf} |