diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2005-02-07 01:47:15 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2005-02-07 01:47:15 +0000 |
commit | c76937718ec573fde701f87930a7ecbe78e091f4 (patch) | |
tree | 80c166bb1bcdd18f24b90ffd933a01337cb9e7de /dev-db/unixODBC/unixODBC-2.2.6.ebuild | |
parent | Disable sandbox when running tests #70358. (diff) | |
download | gentoo-2-c76937718ec573fde701f87930a7ecbe78e091f4.tar.gz gentoo-2-c76937718ec573fde701f87930a7ecbe78e091f4.tar.bz2 gentoo-2-c76937718ec573fde701f87930a7ecbe78e091f4.zip |
added dusan cerhaty's fix for QT and finding X libraries. Fixes #79620
Diffstat (limited to 'dev-db/unixODBC/unixODBC-2.2.6.ebuild')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.2.6.ebuild b/dev-db/unixODBC/unixODBC-2.2.6.ebuild index 650227a7b3ca..cd6515984a54 100644 --- a/dev-db/unixODBC/unixODBC-2.2.6.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6.ebuild,v 1.13 2005/01/01 17:44:35 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6.ebuild,v 1.14 2005/02/07 01:47:15 rphillips Exp $ DESCRIPTION="ODBC Interface for Linux" HOMEPAGE="http://www.unixodbc.org/" @@ -22,7 +22,7 @@ src_compile() { if use qt then - myconf="--enable-gui=yes" + myconf="--enable-gui=yes --x-libraries=/usr/lib" else myconf="--enable-gui=no" fi @@ -44,6 +44,7 @@ src_compile() { ./configure --host=${CHOST} \ --with-odbc=${S} \ --prefix=/usr \ + --x-libraries=/usr/lib \ --sysconfdir=/etc/unixODBC \ || die |