summaryrefslogtreecommitdiffstats
path: root/unmaintained/freetype-infinality/freetype-enable-subpixel-hinting-infinality-20100909-1.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-12-03 17:42:04 +0100
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-12-03 17:42:04 +0100
commit1cf15ae33506ea5af5c5dee09b733157c4210021 (patch)
treecc5a7d40232b89f70c04811c69e64cec988e7764 /unmaintained/freetype-infinality/freetype-enable-subpixel-hinting-infinality-20100909-1.patch
parent75ad9e1976314fbfcad6ddf76fd319eacc46673a (diff)
downloadaports-1cf15ae33506ea5af5c5dee09b733157c4210021.tar.bz2
aports-1cf15ae33506ea5af5c5dee09b733157c4210021.tar.xz
testing/freetype-infinality: move to unmaintained
Diffstat (limited to 'unmaintained/freetype-infinality/freetype-enable-subpixel-hinting-infinality-20100909-1.patch')
-rw-r--r--unmaintained/freetype-infinality/freetype-enable-subpixel-hinting-infinality-20100909-1.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/unmaintained/freetype-infinality/freetype-enable-subpixel-hinting-infinality-20100909-1.patch b/unmaintained/freetype-infinality/freetype-enable-subpixel-hinting-infinality-20100909-1.patch
new file mode 100644
index 000000000..08416afed
--- /dev/null
+++ b/unmaintained/freetype-infinality/freetype-enable-subpixel-hinting-infinality-20100909-1.patch
@@ -0,0 +1,29 @@
+--- freetype-2.4.2.subpixel-patched/include/freetype/config/ftoption.h 2010-09-09 18:08:11.375855632 -0500
++++ freetype-2.4.2.subpixel-enabled/include/freetype/config/ftoption.h 2010-09-09 18:09:48.491864607 -0500
+@@ -93,7 +93,7 @@
+ /* This is done to allow FreeType clients to run unmodified, forcing */
+ /* them to display normal gray-level anti-aliased glyphs. */
+ /* */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+
+
+ /*************************************************************************/
+@@ -510,7 +510,7 @@
+ /* This option requires TT_CONFIG_OPTION_BYTECODE_INTERPRETER to be */
+ /* defined. */
+ /* */
+-/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING */
++#define TT_CONFIG_OPTION_SUBPIXEL_HINTING
+
+
+ /*************************************************************************/
+@@ -527,7 +527,7 @@
+ /* This option requires TT_CONFIG_OPTION_SUBPIXEL_HINTING to be */
+ /* defined. */
+ /* */
+-/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING_ADDITIONAL_TWEAKS */
++#define TT_CONFIG_OPTION_SUBPIXEL_HINTING_ADDITIONAL_TWEAKS
+
+
+ /*************************************************************************/