summarylogtreecommitdiffstats
path: root/0002-Enable-subpixel-rendering.patch
diff options
context:
space:
mode:
authorNatrio2023-10-16 22:30:16 +0300
committerNatrio2023-10-16 22:30:16 +0300
commite06c9fbc99249e5e1bf9f47e6b1997d3b75ce760 (patch)
tree2190438771a8073d4b5d86e8211ced428003d7e2 /0002-Enable-subpixel-rendering.patch
parentbe993856306ba3d8631ac2985679cd87bdc3484e (diff)
downloadaur-lib32-freetype2-v35.tar.gz
Update to 2.13.2
Diffstat (limited to '0002-Enable-subpixel-rendering.patch')
-rw-r--r--0002-Enable-subpixel-rendering.patch24
1 files changed, 17 insertions, 7 deletions
diff --git a/0002-Enable-subpixel-rendering.patch b/0002-Enable-subpixel-rendering.patch
index 34a533b5935b..95f40a306efa 100644
--- a/0002-Enable-subpixel-rendering.patch
+++ b/0002-Enable-subpixel-rendering.patch
@@ -1,12 +1,22 @@
-diff -pudr a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
---- a/include/freetype/config/ftoption.h 2019-02-23 12:09:06.000000000 +0300
-+++ b/include/freetype/config/ftoption.h 2019-03-21 12:44:40.553974923 +0300
-@@ -126,7 +126,7 @@ FT_BEGIN_HEADER
- * macro is not defined, FreeType offers alternative LCD rendering
- * technology that produces excellent output without LCD filtering.
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
+index 1976b33af959..b3425e55feec 100644
+--- a/include/freetype/config/ftoption.h
++++ b/include/freetype/config/ftoption.h
+@@ -123,7 +123,7 @@ FT_BEGIN_HEADER
+ * When this macro is not defined, FreeType offers alternative LCD
+ * rendering technology that produces excellent output.
*/
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
-+ #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
/**************************************************************************