summaryrefslogtreecommitdiff
path: root/databases/libgda/patches/patch-libgda_gda-config_c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda/patches/patch-libgda_gda-config_c')
-rw-r--r--databases/libgda/patches/patch-libgda_gda-config_c15
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/libgda/patches/patch-libgda_gda-config_c b/databases/libgda/patches/patch-libgda_gda-config_c
deleted file mode 100644
index a843cb7ea75..00000000000
--- a/databases/libgda/patches/patch-libgda_gda-config_c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-libgda_gda-config_c,v 1.1 2012/05/10 21:45:05 dholland Exp $
-
-Fix build with latest glib2.
-
---- libgda/gda-config.c~ 2007-04-24 21:13:09.000000000 +0000
-+++ libgda/gda-config.c
-@@ -37,7 +37,7 @@
- #include <sys/stat.h>
- #ifdef HAVE_FAM
- #include <fam.h>
--#include <glib/giochannel.h>
-+#include <glib.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>