summaryrefslogtreecommitdiff
path: root/databases/libgda/patches/patch-providers_postgres_gda-postgres_h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda/patches/patch-providers_postgres_gda-postgres_h')
-rw-r--r--databases/libgda/patches/patch-providers_postgres_gda-postgres_h15
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/libgda/patches/patch-providers_postgres_gda-postgres_h b/databases/libgda/patches/patch-providers_postgres_gda-postgres_h
deleted file mode 100644
index ca47c224759..00000000000
--- a/databases/libgda/patches/patch-providers_postgres_gda-postgres_h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-providers_postgres_gda-postgres_h,v 1.1 2012/05/10 21:45:05 dholland Exp $
-
-Fix build with latest glib2.
-
---- providers/postgres/gda-postgres.h~ 2007-04-24 21:13:17.000000000 +0000
-+++ providers/postgres/gda-postgres.h
-@@ -24,7 +24,7 @@
- #ifndef __GDA_POSTGRES_H__
- #define __GDA_POSTGRES_H__
-
--#include <glib/gmacros.h>
-+#include <glib.h>
- #include <glib/gi18n-lib.h>
- #include <libgda/gda-server-provider.h>
- #include "gda-postgres-provider.h"