summaryrefslogtreecommitdiffstats
path: root/fontforge
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-12-22 15:54:37 +0000
committer Eric Hameleers <alien@slackware.com>2008-12-22 15:54:37 +0000
commite5cc04ae14dafdb159e490a75c0cd22499a373ee (patch)
treef68c700d98c808cd58f92561a340d4710501a600 /fontforge
parenta7091b8ea2a3ef2f4c44832b99894bb467441cb4 (diff)
downloadasb-e5cc04ae14dafdb159e490a75c0cd22499a373ee.tar.gz
asb-e5cc04ae14dafdb159e490a75c0cd22499a373ee.tar.xz
Initial revision
Diffstat (limited to 'fontforge')
-rw-r--r--fontforge/build/fontforge_pangocairo.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/fontforge/build/fontforge_pangocairo.diff b/fontforge/build/fontforge_pangocairo.diff
new file mode 100644
index 00000000..ee6b106c
--- /dev/null
+++ b/fontforge/build/fontforge_pangocairo.diff
@@ -0,0 +1,16 @@
+diff -Nur fontforge-20081215.orig/gdraw/gxcdraw.c fontforge-20081215/gdraw/gxcdraw.c
+--- fontforge-20081215.orig/gdraw/gxcdraw.c 2008-11-17 09:19:44.000000000 -0700
++++ fontforge-20081215/gdraw/gxcdraw.c 2008-12-16 13:59:58.000000000 -0700
+@@ -1782,9 +1782,10 @@
+ # if !defined(_NO_LIBCAIRO) && PANGO_VERSION_MINOR>=10
+ # include <pango/pangocairo.h>
+ # define _pango_cairo_layout_path pango_cairo_layout_path
+-# define _pango_font_map_create_context pango_font_map_create_context
++# define _pango_cairo_font_map_create_context pango_cairo_font_map_create_context
+ # define _pango_cairo_font_map_get_default pango_cairo_font_map_get_default
+-# define _pango_cairo_context_set_resolution _pango_cairo_context_set_resolution
++# define _pango_cairo_context_set_resolution pango_cairo_context_set_resolution
++# define _pango_cairo_show_glyph_string pango_cairo_show_glyph_string
+ # endif
+ # undef GTimer
+ # if PANGO_VERSION_MINOR>=8