diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:31:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-25 23:31:11 +0000 |
commit | 307a95632605d97a4b190e5e61aedbc66141ed3c (patch) | |
tree | a5e124548b62e3dfbade186b7956d0b942c7aba5 /dev-db/gigabase/gigabase-2.75.ebuild | |
parent | Add die following econf for bug 48950 (Manifest recommit) (diff) | |
download | gentoo-2-307a95632605d97a4b190e5e61aedbc66141ed3c.tar.gz gentoo-2-307a95632605d97a4b190e5e61aedbc66141ed3c.tar.bz2 gentoo-2-307a95632605d97a4b190e5e61aedbc66141ed3c.zip |
Add die following econf for bug 48950
Diffstat (limited to 'dev-db/gigabase/gigabase-2.75.ebuild')
-rw-r--r-- | dev-db/gigabase/gigabase-2.75.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/gigabase/gigabase-2.75.ebuild b/dev-db/gigabase/gigabase-2.75.ebuild index 66a6561077a6..7797c319a995 100644 --- a/dev-db/gigabase/gigabase-2.75.ebuild +++ b/dev-db/gigabase/gigabase-2.75.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.75.ebuild,v 1.5 2004/03/14 13:19:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gigabase/gigabase-2.75.ebuild,v 1.6 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" @@ -17,7 +17,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} |