summaryrefslogtreecommitdiff
path: root/databases/libgda/patches/patch-libgda_gda-column_h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda/patches/patch-libgda_gda-column_h')
-rw-r--r--databases/libgda/patches/patch-libgda_gda-column_h15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/libgda/patches/patch-libgda_gda-column_h b/databases/libgda/patches/patch-libgda_gda-column_h
new file mode 100644
index 00000000000..f2419be7bc4
--- /dev/null
+++ b/databases/libgda/patches/patch-libgda_gda-column_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-libgda_gda-column_h,v 1.1 2012/05/06 05:29:54 dholland Exp $
+
+Fix build with latest glib2.
+
+--- libgda/gda-column.h~ 2007-04-24 21:13:09.000000000 +0000
++++ libgda/gda-column.h
+@@ -28,7 +28,7 @@
+
+ #include <glib-object.h>
+ #include <libgda/gda-value.h>
+-#include <glib/gmacros.h>
++#include <glib.h>
+ #include <libgda/gda-decl.h>
+
+ G_BEGIN_DECLS