summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-12-29 21:45:09 +0000
committerDan Armak <danarmak@gentoo.org>2001-12-29 21:45:09 +0000
commitcdc67ceb080dc5e9ed23212f4f2fde0e23978171 (patch)
tree49bdc0df7608b046c78300eebe870769e9293838 /dev-db/unixODBC
parentbig commit :-) read gentoo-announce msg and eclass/doc/news.txt for details (diff)
downloadgentoo-2-cdc67ceb080dc5e9ed23212f4f2fde0e23978171.tar.gz
gentoo-2-cdc67ceb080dc5e9ed23212f4f2fde0e23978171.tar.bz2
gentoo-2-cdc67ceb080dc5e9ed23212f4f2fde0e23978171.zip
more fixes and updates. expect all the rest, plus app-doc/qt-docs (and 3.0.1 qt and
qt-docs) ebuilds tomorrow evening IST.
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r--dev-db/unixODBC/unixODBC-2.0.6.ebuild5
-rw-r--r--dev-db/unixODBC/unixODBC-2.0.8.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.0.6.ebuild b/dev-db/unixODBC/unixODBC-2.0.6.ebuild
index 1592281fbd46..d4371c432e1f 100644
--- a/dev-db/unixODBC/unixODBC-2.0.6.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.0.6.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.6.ebuild,v 1.2 2001/11/10 11:21:56 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.6.ebuild,v 1.3 2001/12/29 21:45:08 danarmak Exp $
S=${WORKDIR}/${P}
DESCRIPTION="ODBC Interface for Linux"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.unixodbc.org"
DEPEND="virtual/glibc
>=sys-libs/readline-4.1
>=sys-libs/ncurses-5.2
- qt? ( >=x11-libs/qt-x11-2.3.0 )"
+ qt? ( >=x11-libs/qt-2.3.0 )"
src_unpack() {
unpack ${A}
@@ -30,6 +30,7 @@ src_compile() {
myconf="--enable-gui=no"
fi
+ export QTDIR=/usr/qt/2
./configure --host=${CHOST} \
--prefix=/usr \
--sysconfdir=/etc/unixODBC \
diff --git a/dev-db/unixODBC/unixODBC-2.0.8.ebuild b/dev-db/unixODBC/unixODBC-2.0.8.ebuild
index b2d93f4c7e42..f5c0a76955e6 100644
--- a/dev-db/unixODBC/unixODBC-2.0.8.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.0.8.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.8.ebuild,v 1.2 2001/11/10 11:21:56 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.8.ebuild,v 1.3 2001/12/29 21:45:08 danarmak Exp $
S=${WORKDIR}/${P}
DESCRIPTION="ODBC Interface for Linux"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.unixodbc.org"
DEPEND="virtual/glibc
>=sys-libs/readline-4.1
>=sys-libs/ncurses-5.2
- qt? ( >=x11-libs/qt-x11-2.3.0 )"
+ qt? ( >=x11-libs/qt-2.3.0 )"
src_unpack() {
unpack ${A}
@@ -30,6 +30,7 @@ src_compile() {
myconf="--enable-gui=no"
fi
+ export QTDIR=/usr/qt/2
./configure --host=${CHOST} \
--prefix=/usr \
--sysconfdir=/etc/unixODBC \