summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 23:37:13 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 23:37:13 +0000
commit109bb2d2585f1e41ba36aa120310040b7926d6e8 (patch)
treeda0f407fff71463e36497e0dc494231f083eb2af /dev-db/libiodbc
parentfixing a digest problem (diff)
downloadgentoo-2-109bb2d2585f1e41ba36aa120310040b7926d6e8.tar.gz
gentoo-2-109bb2d2585f1e41ba36aa120310040b7926d6e8.tar.bz2
gentoo-2-109bb2d2585f1e41ba36aa120310040b7926d6e8.zip
Add die following econf for bug 48950
Diffstat (limited to 'dev-db/libiodbc')
-rw-r--r--dev-db/libiodbc/ChangeLog5
-rw-r--r--dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/libiodbc/ChangeLog b/dev-db/libiodbc/ChangeLog
index 85b91556e6e4..471eb7440ec4 100644
--- a/dev-db/libiodbc/ChangeLog
+++ b/dev-db/libiodbc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/libiodbc
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.4 2004/03/04 13:18:59 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/ChangeLog,v 1.5 2004/04/25 23:35:41 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> libiodbc-3.51.1-r2.ebuild:
+ Add die following econf for bug 48950
*libiodbc-3.51.2 (04 Mar 2004)
diff --git a/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild b/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild
index 3f0ffc11b38b..f609fe1e7d40 100644
--- a/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild
+++ b/dev-db/libiodbc/libiodbc-3.51.1-r2.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/libiodbc/libiodbc-3.51.1-r2.ebuild,v 1.3 2004/03/14 13:19:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild,v 1.4 2004/04/25 23:35:41 agriffis Exp $
DESCRIPTION="iODBC is the acronym for Independent Open DataBase Connectivity, an Open Source platform independent implementation of both the ODBC and X/Open specifications. It is rapidly emerging as the industry standard for developing solutions that are language, platform and database independent."
SRC_URI="http://www.iodbc.org/dist/${P}.tar.gz"
@@ -14,7 +14,7 @@ SLOT=0
src_compile() {
local myconf
use gtk || myconf="${myconf} --disable-gui --disable-gtktest"
- econf ${myconf} --with-iodbc-inidir=/etc
+ econf ${myconf} --with-iodbc-inidir=/etc || die "econf failed"
emake
}