python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / freetype / enable-subpixel-rendering.patch
blob6b3577eb4f02036b6ae6e0725fa8c8378f3a37e7
1 Index: freetype-2.10.0/include/freetype/config/ftoption.h
2 --- a/include/freetype/config/ftoption.h
3 +++ b/include/freetype/config/ftoption.h
4 @@ -126,7 +126,7 @@ FT_BEGIN_HEADER
5 * macro is not defined, FreeType offers alternative LCD rendering
6 * technology that produces excellent output without LCD filtering.
7 */
8 -/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
9 +#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
12 /**************************************************************************