summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild')
-rw-r--r--dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild b/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild
index 3a8afe6bac4c..b27a8679f851 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.1 2004/02/02 01:29:25 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.51.1-r2.ebuild,v 1.2 2004/02/02 06:10:39 mr_bones_ 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"
HOMEPAGE="http://www.iodbc.org/"
@@ -13,7 +13,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
emake
}