summaryrefslogtreecommitdiff
path: root/databases/libgda/patches/patch-providers_mdb_gda-mdb_h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda/patches/patch-providers_mdb_gda-mdb_h')
-rw-r--r--databases/libgda/patches/patch-providers_mdb_gda-mdb_h15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/libgda/patches/patch-providers_mdb_gda-mdb_h b/databases/libgda/patches/patch-providers_mdb_gda-mdb_h
new file mode 100644
index 00000000000..6f6036193a1
--- /dev/null
+++ b/databases/libgda/patches/patch-providers_mdb_gda-mdb_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-providers_mdb_gda-mdb_h,v 1.1 2012/05/10 21:45:05 dholland Exp $
+
+Fix build with latest glib2.
+
+--- providers/mdb/gda-mdb.h~ 2007-04-24 21:13:17.000000000 +0000
++++ providers/mdb/gda-mdb.h
+@@ -23,7 +23,7 @@
+ #if !defined(__gda_mdb_h__)
+ # define __gda_mdb_h__
+
+-#include <glib/gmacros.h>
++#include <glib.h>
+ #include <libgda/gda-connection.h>
+ #include <libgda/gda-server-provider.h>
+ #include <glib/gi18n-lib.h>