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