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 | |
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')
-rw-r--r-- | dev-db/unixODBC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.6.ebuild | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.8.ebuild | 5 |
4 files changed, 13 insertions, 7 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog index d3cec8b6a846..88ffcb10f94a 100644 --- a/dev-db/unixODBC/ChangeLog +++ b/dev-db/unixODBC/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/unixODBC # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.35 2005/01/07 11:32:03 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.36 2005/02/07 01:47:15 rphillips Exp $ + + 06 Feb 2005; <rphillips@gentoo.org> unixODBC-2.2.8.ebuild: + added dusan cerhaty's fix for QT and finding X libraries. #79620 07 Jan 2005; Aaron Walker <ka0ttic@gentoo.org> unixODBC-2.2.8.ebuild: Fix libtool version mismatch for bug 74642. diff --git a/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild b/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild index 97da1ee4cdc1..572fdd5a18ff 100644 --- a/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.6-r1.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-r1.ebuild,v 1.9 2005/01/01 17:44:35 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild,v 1.10 2005/02/07 01:47:15 rphillips Exp $ inherit eutils @@ -34,7 +34,7 @@ src_compile() { local myconf if use qt ; then - myconf="--enable-gui=yes" + myconf="--enable-gui=yes --x-libraries=/usr/lib " else myconf="--enable-gui=no" fi @@ -54,6 +54,7 @@ src_compile() { --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc/unixODBC \ + --x-libraries=/usr/lib \ ${myconf} || die # not sure why these symlinks are needed. busted configure, i guess... 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 diff --git a/dev-db/unixODBC/unixODBC-2.2.8.ebuild b/dev-db/unixODBC/unixODBC-2.2.8.ebuild index fcd45e75afd7..4ca05aa2f539 100644 --- a/dev-db/unixODBC/unixODBC-2.2.8.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.8.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.8.ebuild,v 1.16 2005/01/07 11:32:03 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.8.ebuild,v 1.17 2005/02/07 01:47:15 rphillips Exp $ inherit eutils gnuconfig @@ -38,7 +38,7 @@ src_compile() { if use qt && ! use mips then - myconf="--enable-gui=yes" + myconf="--enable-gui=yes --x-libraries=/usr/lib " else myconf="--enable-gui=no" fi @@ -63,6 +63,7 @@ src_compile() { ./configure --host=${CHOST} \ --with-odbc=${S} \ --prefix=/usr \ + --x-libraries=/usr/lib \ --sysconfdir=/etc/unixODBC \ ${myconf} || die |