diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2005-04-07 13:25:16 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2005-04-07 13:25:16 +0000 |
commit | 7c858a3ed1677c5823f49202900f7384ad491656 (patch) | |
tree | e01d8f04a3aec2336987822100e35e61fa7a5637 /dev-db/unixODBC | |
parent | added ~amd64 to KEYWORDS, fixes #87950 (diff) | |
download | gentoo-2-7c858a3ed1677c5823f49202900f7384ad491656.tar.gz gentoo-2-7c858a3ed1677c5823f49202900f7384ad491656.tar.bz2 gentoo-2-7c858a3ed1677c5823f49202900f7384ad491656.zip |
Fix for bug 86936
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog index 88ffcb10f94a..437e26b94732 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.36 2005/02/07 01:47:15 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.37 2005/04/07 13:25:16 spider Exp $ + + 07 Apr 2005; Spider <spider@gentoo.org> unixODBC-2.2.6.ebuild: + Fix for bug 86936. ( X headers moved location ) 06 Feb 2005; <rphillips@gentoo.org> unixODBC-2.2.8.ebuild: added dusan cerhaty's fix for QT and finding X libraries. #79620 diff --git a/dev-db/unixODBC/unixODBC-2.2.6.ebuild b/dev-db/unixODBC/unixODBC-2.2.6.ebuild index cd6515984a54..42672fc8430f 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.14 2005/02/07 01:47:15 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6.ebuild,v 1.15 2005/04/07 13:25:16 spider 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 --x-libraries=/usr/lib" + myconf="--enable-gui=yes --x-libraries=/usr/lib --x-headers=/usr/include/X11" else myconf="--enable-gui=no" fi |