summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-09-16 01:15:26 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-09-16 01:15:26 +0000
commit0b92f0736de8f3e37366d7a39ea35a4ed6ff709e (patch)
tree0f18ff6cac52e615ce331ae19a0c86137e9df56a /gnome-extra/libgda
parentNew version (diff)
downloadgentoo-2-0b92f0736de8f3e37366d7a39ea35a4ed6ff709e.tar.gz
gentoo-2-0b92f0736de8f3e37366d7a39ea35a4ed6ff709e.tar.bz2
gentoo-2-0b92f0736de8f3e37366d7a39ea35a4ed6ff709e.zip
added patch to build with oracle databases
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r--gnome-extra/libgda/ChangeLog6
-rw-r--r--gnome-extra/libgda/libgda-0.8.192.ebuild7
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)