pkgsrc/databases/libgda/patches/patch-providers_ldap_gda-ldap_h
dholland 14f64cf863 glib2 build fixes for the providers sub-packages, plus one for when the
fam option is enabled. Closes PR 46429, PR 46430, and PR 46432.
2012-05-10 21:45:05 +00:00

15 lines
438 B
Text

$NetBSD: patch-providers_ldap_gda-ldap_h,v 1.1 2012/05/10 21:45:05 dholland Exp $
Fix build with latest glib2.
--- providers/ldap/gda-ldap.h~ 2007-04-24 21:13:12.000000000 +0000
+++ providers/ldap/gda-ldap.h
@@ -26,7 +26,7 @@
#if !defined(__gda_ldap_h__)
# define __gda_ldap_h__
-#include <glib/gmacros.h>
+#include <glib.h>
#include <libgda/gda-connection.h>
#include <libgda/gda-server-provider.h>
#include <glib/gi18n-lib.h>