summaryrefslogtreecommitdiffstats
path: root/src/fribidi-fix-gassert.patch
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-24 16:42:11 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-24 16:42:11 (GMT)
commitf55a2550e4c6c3bf00681580cf352f815c8ac7bb (patch)
tree751ed9abf8fa46e0eb77f5bf74e93be59389a9d0 /src/fribidi-fix-gassert.patch
parentadb797f51acc8b5e7e1ed7ce5c735baab02cdbcc (diff)
downloadmxe-f55a2550e4c6c3bf00681580cf352f815c8ac7bb.zip
mxe-f55a2550e4c6c3bf00681580cf352f815c8ac7bb.tar.gz
mxe-f55a2550e4c6c3bf00681580cf352f815c8ac7bb.tar.bz2
bugfixes for package fribidi
Diffstat (limited to 'src/fribidi-fix-gassert.patch')
-rw-r--r--src/fribidi-fix-gassert.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/fribidi-fix-gassert.patch b/src/fribidi-fix-gassert.patch
new file mode 100644
index 0000000..3ae42bc
--- /dev/null
+++ b/src/fribidi-fix-gassert.patch
@@ -0,0 +1,14 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+diff -ru fribidi-0.19.2.orig/lib/fribidi-common.h fribidi-0.19.2/lib/fribidi-common.h
+--- fribidi-0.19.2.orig/lib/fribidi-common.h 2007-04-05 18:13:24.000000000 +0200
++++ fribidi-0.19.2/lib/fribidi-common.h 2010-02-24 17:20:47.000000000 +0100
+@@ -63,6 +63,7 @@
+ #if FRIBIDI_USE_GLIB+0
+ # ifndef __FRIBIDI_DOC
+ # include <glib/gmacros.h>
++# include <glib/gtestutils.h>
+ # endif /* !__FRIBIDI_DOC */
+ # define FRIBIDI_BEGIN_DECLS G_BEGIN_DECLS
+ # define FRIBIDI_END_DECLS G_END_DECLS