113.0-1
[arch-packages.git] / freetype2 / trunk / 0004-Enable-long-PCF-family-names.patch
blobeefcea89104cbe0274fb92d7c23714bf0cc27fd5
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
3 Date: Sun, 14 May 2017 18:09:31 +0200
4 Subject: [PATCH] Enable long PCF family names
6 ---
7 include/freetype/config/ftoption.h | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
11 index fc36a6db1e63..04e8ed0a85ac 100644
12 --- a/include/freetype/config/ftoption.h
13 +++ b/include/freetype/config/ftoption.h
14 @@ -913,7 +913,7 @@ FT_BEGIN_HEADER
15 * If this option is activated, it can be controlled with the
16 * `no-long-family-names` property of the 'pcf' driver module.
18 -/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */
19 +#define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES
22 /*************************************************************************/