diff options
Diffstat (limited to 'gnome-extra/libgda/libgda-0.2.96-r2.ebuild')
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.96-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-extra/libgda/libgda-0.2.96-r2.ebuild b/gnome-extra/libgda/libgda-0.2.96-r2.ebuild index 4a24b7021b35..189b70e7cc49 100644 --- a/gnome-extra/libgda/libgda-0.2.96-r2.ebuild +++ b/gnome-extra/libgda/libgda-0.2.96-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.96-r2.ebuild,v 1.8 2003/02/13 12:21:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.96-r2.ebuild,v 1.9 2003/09/06 23:52:57 msterret Exp $ IUSE="odbc postgres mysql" @@ -47,7 +47,7 @@ src_unpack() { src_compile() { - local myconf + local myconf if [ "`use mysql`" ] then @@ -70,7 +70,7 @@ src_compile() { then myconf="$myconf --with-postgres=/usr" fi - + # Wierd one, it dont detect bonobo. If someone could have a look # and fix if i havent gotten to it yet. # myconf="$myconf --disable-bonobotest" |