diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2006-11-20 22:33:39 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2006-11-20 22:33:39 +0000 |
commit | 7457255c9644ff8f9ec18f9ba4c5548b86201093 (patch) | |
tree | b9c37003569948d211191ebf049a22be2997c084 /gnome-extra/libgda/files | |
parent | Modified MDB patch to make it work with mdbtools 0.5 and 0.6pre1 (bug #144554). (diff) | |
download | historical-7457255c9644ff8f9ec18f9ba4c5548b86201093.tar.gz historical-7457255c9644ff8f9ec18f9ba4c5548b86201093.tar.bz2 historical-7457255c9644ff8f9ec18f9ba4c5548b86201093.zip |
Modified MDB patch to make it work with mdbtools 0.5 and 0.6pre1 (bug #144554).
Package-Manager: portage-2.1.2_rc1-r7
Diffstat (limited to 'gnome-extra/libgda/files')
-rw-r--r-- | gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch b/gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch deleted file mode 100644 index b4a13b31766b..000000000000 --- a/gnome-extra/libgda/files/libgda-1.2.1-mdb_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -NurdB libgda-1.2.1/providers/mdb/gda-mdb-provider.c libgda-1.2.1-mdb/providers/mdb/gda-mdb-provider.c ---- libgda-1.2.1/providers/mdb/gda-mdb-provider.c 2004-12-28 08:15:51.000000000 -0500 -+++ libgda-1.2.1-mdb/providers/mdb/gda-mdb-provider.c 2005-05-11 20:27:34.000000000 -0500 -@@ -209,7 +209,7 @@ - mdb_cnc = g_new0 (GdaMdbConnection, 1); - mdb_cnc->cnc = cnc; - mdb_cnc->server_version = NULL; -- mdb_cnc->mdb = mdb_open (filename, MDB_WRITABLE); -+ mdb_cnc->mdb = mdb_open (filename); - if (!mdb_cnc->mdb) { - gda_connection_add_error_string (cnc, _("Could not open file %s"), filename); - g_free (mdb_cnc); |