summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/cairomm/files/patch-cairomm_enums.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/cairomm/files/patch-cairomm_enums.h b/graphics/cairomm/files/patch-cairomm_enums.h
new file mode 100644
index 000000000..4d0d6ed98
--- /dev/null
+++ b/graphics/cairomm/files/patch-cairomm_enums.h
@@ -0,0 +1,11 @@
+--- cairomm/enums.h.orig 2008-03-21 22:42:50.000000000 +0100
++++ cairomm/enums.h 2008-03-21 22:43:38.000000000 +0100
+@@ -192,7 +192,7 @@ typedef enum
+ FONT_TYPE_TOY = CAIRO_FONT_TYPE_TOY,
+ FONT_TYPE_FT = CAIRO_FONT_TYPE_FT,
+ FONT_TYPE_WIN32 = CAIRO_FONT_TYPE_WIN32,
+- FONT_TYPE_ATSUI = CAIRO_FONT_TYPE_ATSUI
++ FONT_TYPE_QUARTZ = CAIRO_FONT_TYPE_QUARTZ
+ } FontType;
+
+ } // namespace Cairo