diff options
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.8.192.ebuild | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index b6a0c60fd975..bf22349c7bb2 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for gnome-extra/libgda # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.8 2002/07/29 22:22:36 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.9 2002/09/16 01:15:26 spider Exp $ *libgda-0.2.96-r2 (30 Jul 2002) @@ -9,7 +9,9 @@ Fixed bug #4019. (openldap support is still broken with this version). *libgda-0.8.192 (26 Jul 2002) - + 15 Sep 2002; Spider <spider@gentoo.org> : + Added patch by Bartosch Pixa <dante@inworld.de> to make it build with Oracle Databases + 26 Jul 2002; Nick Hadaway <raker@gentoo.org> : Changed some dependancies with Spider's guidance and removed some diff --git a/gnome-extra/libgda/libgda-0.8.192.ebuild b/gnome-extra/libgda/libgda-0.8.192.ebuild index 686d54fc3652..bb5d4eb30dcc 100644 --- a/gnome-extra/libgda/libgda-0.8.192.ebuild +++ b/gnome-extra/libgda/libgda-0.8.192.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.8.192.ebuild,v 1.3 2002/08/16 04:13:58 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.8.192.ebuild,v 1.4 2002/09/16 01:15:26 spider Exp $ inherit gnome2 @@ -57,6 +57,11 @@ src_compile() { myconf="$myconf --without-sqlite" fi + if [ !"`use oci8`" ] + then + myconf="$myconf --without-oracle" + fi + econf $myconf || die "configure failed" # Doesn't work with -j 4 (hallski) |