Files
pkgsrc-ng/databases/libgda/patches/patch-providers_mysql_gda-mysql_h
2013-09-26 17:14:40 +02:00

16 lines
446 B
Plaintext

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