# HG changeset patch # User Volker Grabsch # Date 1267029731 -3600 # Node ID 46b1eb76c87d68f489e9d00858af529263f65ba9 # Parent cc5accf80b3b3823a3402bfc742a600feb251e04 bugfixes for package fribidi diff -r cc5accf80b3b -r 46b1eb76c87d src/fribidi-fix-gassert.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/fribidi-fix-gassert.patch Wed Feb 24 17:42:11 2010 +0100 @@ -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 ++# include + # endif /* !__FRIBIDI_DOC */ + # define FRIBIDI_BEGIN_DECLS G_BEGIN_DECLS + # define FRIBIDI_END_DECLS G_END_DECLS diff -r cc5accf80b3b -r 46b1eb76c87d src/fribidi.mk --- a/src/fribidi.mk Wed Feb 24 15:01:38 2010 +0100 +++ b/src/fribidi.mk Wed Feb 24 17:42:11 2010 +0100 @@ -19,6 +19,7 @@ endef define $(PKG)_BUILD + $(SED) -i 's,__declspec(dllimport),,' '$(1)/lib/fribidi-common.h' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \