annotate src/fribidi-fix-gassert.patch @ 813:46b1eb76c87d

bugfixes for package fribidi
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 24 Feb 2010 17:42:11 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
813
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
1 This file is part of mingw-cross-env.
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
2 See doc/index.html for further information.
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
3
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
4 diff -ru fribidi-0.19.2.orig/lib/fribidi-common.h fribidi-0.19.2/lib/fribidi-common.h
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
5 --- fribidi-0.19.2.orig/lib/fribidi-common.h 2007-04-05 18:13:24.000000000 +0200
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
6 +++ fribidi-0.19.2/lib/fribidi-common.h 2010-02-24 17:20:47.000000000 +0100
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
7 @@ -63,6 +63,7 @@
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
8 #if FRIBIDI_USE_GLIB+0
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
9 # ifndef __FRIBIDI_DOC
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
10 # include <glib/gmacros.h>
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
11 +# include <glib/gtestutils.h>
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
12 # endif /* !__FRIBIDI_DOC */
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
13 # define FRIBIDI_BEGIN_DECLS G_BEGIN_DECLS
46b1eb76c87d bugfixes for package fribidi
Volker Grabsch <vog@notjusthosting.com>
parents:
diff changeset
14 # define FRIBIDI_END_DECLS G_END_DECLS