summarylogtreecommitdiffstats
path: root/0003-Enable-long-PCF-family-names.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-Enable-long-PCF-family-names.patch')
-rw-r--r--0003-Enable-long-PCF-family-names.patch25
1 files changed, 12 insertions, 13 deletions
diff --git a/0003-Enable-long-PCF-family-names.patch b/0003-Enable-long-PCF-family-names.patch
index 840e576d60d8..711158ef75de 100644
--- a/0003-Enable-long-PCF-family-names.patch
+++ b/0003-Enable-long-PCF-family-names.patch
@@ -1,28 +1,27 @@
-From 2df1ed02054185df45ee3d1a63c91ef678e470f1 Mon Sep 17 00:00:00 2001
-Message-Id: <2df1ed02054185df45ee3d1a63c91ef678e470f1.1525322178.git.jan.steffens@gmail.com>
-In-Reply-To: <56649dbc4d1c78fc2253e4b54f781f603f6eb332.1525322178.git.jan.steffens@gmail.com>
-References: <56649dbc4d1c78fc2253e4b54f781f603f6eb332.1525322178.git.jan.steffens@gmail.com>
+From a1de19f4438c7b181e1c890f309029f8fd99675a Mon Sep 17 00:00:00 2001
+Message-Id: <a1de19f4438c7b181e1c890f309029f8fd99675a.1528073963.git.jan.steffens@gmail.com>
+In-Reply-To: <5c07abe9d2d676c3c19a15bf41d1c2ea75428895.1528073963.git.jan.steffens@gmail.com>
+References: <5c07abe9d2d676c3c19a15bf41d1c2ea75428895.1528073963.git.jan.steffens@gmail.com>
From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
Date: Sun, 14 May 2017 18:09:31 +0200
Subject: [PATCH 3/4] Enable long PCF family names
---
- include/freetype/config/ftoption.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ include/freetype/config/ftoption.h | 1 +
+ 1 file changed, 1 insertion(+)
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
-index c25285b38..438d0614b 100644
+index 30aac1366..227790fd9 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
-@@ -820,7 +820,7 @@ FT_BEGIN_HEADER
- /* If this option is activated, it can be controlled with the */
- /* `no-long-family-names' property of the pcf driver module. */
- /* */
--/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */
+@@ -830,6 +830,7 @@ FT_BEGIN_HEADER
+ * `no-long-family-names' property of the pcf driver module.
+ *
+ */
+#define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES
/*************************************************************************/
--
-2.17.0
+2.17.1