summaryrefslogtreecommitdiff
path: root/databases/gq/patches/patch-src_gq-hash_h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gq/patches/patch-src_gq-hash_h')
-rw-r--r--databases/gq/patches/patch-src_gq-hash_h15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/gq/patches/patch-src_gq-hash_h b/databases/gq/patches/patch-src_gq-hash_h
new file mode 100644
index 00000000000..4d41d941a7a
--- /dev/null
+++ b/databases/gq/patches/patch-src_gq-hash_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_gq-hash_h,v 1.1 2012/05/06 20:12:35 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/gq-hash.h~ 2007-05-14 16:26:51.000000000 +0000
++++ src/gq-hash.h
+@@ -24,7 +24,7 @@
+ #ifndef GQ_ENCRYPTION_H
+ #define GQ_ENCRYPTION_H
+
+-#include <glib/garray.h>
++#include <glib.h>
+ #include "util.h"
+
+ G_BEGIN_DECLS