diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-11-04 08:19:32 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-11-04 08:19:32 +0000 |
commit | e3049e34cef982448bc7806758651c709192951a (patch) | |
tree | c13fe6526510011f0d1ac1f4a6bf657c9d90ffea /dev-libs/fribidi/files | |
parent | x86 stable wrt bug #343711 (diff) | |
download | historical-e3049e34cef982448bc7806758651c709192951a.tar.gz historical-e3049e34cef982448bc7806758651c709192951a.tar.bz2 historical-e3049e34cef982448bc7806758651c709192951a.zip |
Fixed glib issue, bug #318569.
Package-Manager: portage-2.1.9.22/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/fribidi/files')
-rw-r--r-- | dev-libs/fribidi/files/fribidi-0.19.2-glib.patch | 13 | ||||
-rw-r--r-- | dev-libs/fribidi/files/fribidi-0.19.2-nodoc.patch | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-libs/fribidi/files/fribidi-0.19.2-glib.patch b/dev-libs/fribidi/files/fribidi-0.19.2-glib.patch new file mode 100644 index 000000000000..3f72f10c51c6 --- /dev/null +++ b/dev-libs/fribidi/files/fribidi-0.19.2-glib.patch @@ -0,0 +1,13 @@ +diff -Naur fribidi-0.19.2.orig//lib/fribidi-types.h fribidi-0.19.2/lib/fribidi-types.h +--- fribidi-0.19.2.orig//lib/fribidi-types.h 2006-01-31 12:23:13.000000000 +0900 ++++ fribidi-0.19.2/lib/fribidi-types.h 2010-05-11 17:07:57.000000000 +0900 +@@ -40,8 +40,7 @@ + + #if FRIBIDI_USE_GLIB+0 + # ifndef __FRIBIDI_DOC +-# include <glib/gtypes.h> +-# include <glib/gunicode.h> ++# include <glib.h> + # endif /* !__FRIBIDI_DOC */ + # define FRIBIDI_INT8_LOCAL gint8 + # define FRIBIDI_INT16_LOCAL gint16 diff --git a/dev-libs/fribidi/files/fribidi-0.19.2-nodoc.patch b/dev-libs/fribidi/files/fribidi-0.19.2-nodoc.patch new file mode 100644 index 000000000000..b8cb2645c1ac --- /dev/null +++ b/dev-libs/fribidi/files/fribidi-0.19.2-nodoc.patch @@ -0,0 +1,11 @@ +--- fribidi-0.19.2.orig/Makefile.am 2005-08-26 03:35:34.000000000 +0900 ++++ fribidi-0.19.2/Makefile.am 2010-05-11 17:36:38.000000000 +0900 +@@ -9,7 +9,7 @@ + ############################################################################## + + ## The order of subdirs is important, don't change without a reason. +-SUBDIRS = gen.tab charset lib bin doc test ++SUBDIRS = gen.tab charset lib bin test + + EXTRA_DIST = bootstrap ChangeLog.old + |