summarylogtreecommitdiffstats
path: root/libreoffice-uglyfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libreoffice-uglyfix.patch')
-rw-r--r--libreoffice-uglyfix.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/libreoffice-uglyfix.patch b/libreoffice-uglyfix.patch
new file mode 100644
index 000000000000..ae077d40aa7a
--- /dev/null
+++ b/libreoffice-uglyfix.patch
@@ -0,0 +1,21 @@
+diff -urN a/include/freetype.h b/include/freetype.h
+--- a/include/freetype.h 2013-06-19 00:21:31.000000000 -0500
++++ b/include/freetype.h 2013-08-25 16:23:40.602691844 -0500
+@@ -2568,7 +2568,7 @@
+ #define FT_LOAD_RENDER ( 1L << 2 )
+ #define FT_LOAD_NO_BITMAP ( 1L << 3 )
+ #define FT_LOAD_VERTICAL_LAYOUT ( 1L << 4 )
+-#define FT_LOAD_FORCE_AUTOHINT ( 1L << 5 )
++#define FT_LOAD_NO_AUTOHINT ( 1L << 5 )
+ #define FT_LOAD_CROP_BITMAP ( 1L << 6 )
+ #define FT_LOAD_PEDANTIC ( 1L << 7 )
+ #define FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH ( 1L << 9 )
+@@ -2576,7 +2576,7 @@
+ #define FT_LOAD_IGNORE_TRANSFORM ( 1L << 11 )
+ #define FT_LOAD_MONOCHROME ( 1L << 12 )
+ #define FT_LOAD_LINEAR_DESIGN ( 1L << 13 )
+-#define FT_LOAD_NO_AUTOHINT ( 1L << 15 )
++#define FT_LOAD_FORCE_AUTOHINT ( 1L << 15 )
+ /* Bits 16..19 are used by `FT_LOAD_TARGET_' */
+ #define FT_LOAD_COLOR ( 1L << 20 )
+