tags 665598 + patch
thanks

Attached is a build-tested patch. Would be great if you could make an
upload with it included.

Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
Description: Fix includes with glib 2.32
 Starting with glib 2.32 it is now mandatory to include glib.h instead
 of individual headers or the compiler will generate an error.
Author: Michael Biebl <bi...@debian.org>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665598
Index: pinot-0.98/IndexSearch/cjkv/CJKVTokenizer.h
===================================================================
--- pinot-0.98.orig/IndexSearch/cjkv/CJKVTokenizer.h	2009-10-25 05:13:45.000000000 +0100
+++ pinot-0.98/IndexSearch/cjkv/CJKVTokenizer.h	2012-05-07 06:41:21.887831336 +0200
@@ -25,7 +25,7 @@
 #ifdef HAVE_UNICODE_H
 #include <unicode.h>
 #else
-#include <glib/gunicode.h>
+#include <glib.h>
 #define unicode_char_t gunichar
 #endif
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to