diff options
author | 2012-02-17 09:59:58 +0000 | |
---|---|---|
committer | 2012-02-17 09:59:58 +0000 | |
commit | 7d6941cedc75e8695e5741c6a560558de0ac55d6 (patch) | |
tree | f54bbf4cedf13981c52273d7f909502881742afb /media-gfx/graphite2/files | |
parent | x86 stable wrt bug #402115 (diff) | |
download | gentoo-2-7d6941cedc75e8695e5741c6a560558de0ac55d6.tar.gz gentoo-2-7d6941cedc75e8695e5741c6a560558de0ac55d6.tar.bz2 gentoo-2-7d6941cedc75e8695e5741c6a560558de0ac55d6.zip |
Add one more patch and bit more fun for perl.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/graphite2/files')
-rw-r--r-- | media-gfx/graphite2/files/graphite2-1.1.0-fix-perl-includes.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-gfx/graphite2/files/graphite2-1.1.0-fix-perl-includes.patch b/media-gfx/graphite2/files/graphite2-1.1.0-fix-perl-includes.patch new file mode 100644 index 000000000000..ae7982872427 --- /dev/null +++ b/media-gfx/graphite2/files/graphite2-1.1.0-fix-perl-includes.patch @@ -0,0 +1,23 @@ +diff -r 1c3dbe83fabb -r b8f3904f93dc contrib/perl/lib/Text/Gr2.xs +--- a/contrib/perl/lib/Text/Gr2.xs ++++ b/contrib/perl/lib/Text/Gr2.xs +@@ -6,7 +6,7 @@ + + #include <graphite2/Font.h> + #include <graphite2/Segment.h> +-#include <graphite2/XmlLog.h> ++#include <graphite2/Log.h> + + typedef gr_face Text_Graphite2_Face; + typedef gr_font Text_Graphite2_Font; +diff -r 1c3dbe83fabb -r b8f3904f93dc src/CMakeLists.txt +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -54,6 +54,7 @@ + ../include/graphite2/Font.h + ../include/graphite2/Segment.h + ../include/graphite2/Types.h ++ ../include/graphite2/Log.h + ) + + file(GLOB PRIVATE_HEADERS inc/*.h) |