summaryrefslogtreecommitdiff
path: root/databases/gq/patches/patch-src_gq-server-list_h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gq/patches/patch-src_gq-server-list_h')
-rw-r--r--databases/gq/patches/patch-src_gq-server-list_h15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/gq/patches/patch-src_gq-server-list_h b/databases/gq/patches/patch-src_gq-server-list_h
new file mode 100644
index 00000000000..9cd205e2f90
--- /dev/null
+++ b/databases/gq/patches/patch-src_gq-server-list_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_gq-server-list_h,v 1.1 2012/05/06 20:12:35 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/gq-server-list.h~ 2007-05-14 16:26:50.000000000 +0000
++++ src/gq-server-list.h
+@@ -26,7 +26,7 @@
+ #ifndef GQ_SERVER_LIST_H
+ #define GQ_SERVER_LIST_H
+
+-#include <glib/gmacros.h>
++#include <glib.h>
+ #include "gq-server.h" // for GqServer
+
+ G_BEGIN_DECLS