Attaching the patch.
Description: Fix FTBFS with GCC 4.6
 Include <cstddef> in htypes.hxx; otherwise the build fails with GCC 4.6
 due to the missing definition of offsetof.
Origin: Ubuntu
Author: Maia Kozheva <[email protected]>
Bug-Debian: http://bugs.debian.org/624611
Last-Update: 2011-04-30
---
Index: texmaker-3.0/hunspell/htypes.hxx
===================================================================
--- texmaker-3.0.orig/hunspell/htypes.hxx	2011-04-30 12:43:43.211599582 +0700
+++ texmaker-3.0/hunspell/htypes.hxx	2011-04-30 12:43:56.731599581 +0700
@@ -1,6 +1,8 @@
 #ifndef _HTYPES_HXX_
 #define _HTYPES_HXX_
 
+#include <cstddef>
+
 #define ROTATE_LEN   5
 
 #define ROTATE(v,q) \

Attachment: signature.asc
Description: This is a digitally signed message part.



Reply via email to