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, 0 insertions, 15 deletions
diff --git a/databases/libgda/patches/patch-libgda_gda-column_h b/databases/libgda/patches/patch-libgda_gda-column_h
deleted file mode 100644
index f2419be7bc4..00000000000
--- a/databases/libgda/patches/patch-libgda_gda-column_h
+++ /dev/null
@@ -1,15 +0,0 @@
-$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