diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-03 12:08:40 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-03 12:08:40 +0000 |
commit | 3c4624d057df0dfc6a6e63caba41f5b76529ed48 (patch) | |
tree | 9b7d3e3fc990c0b9efa532308d594176b113ae4b /Build/source/libs | |
parent | 87693603dc700e8812a7b262257a2eebff5aa638 (diff) |
Make this really work
git-svn-id: svn://tug.org/texlive/trunk@29277 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/freetype2/freetype-2.4.11-PATCHES/patch-02-DISABLE_OLD_INTERNALS | 14 | ||||
-rw-r--r-- | Build/source/libs/freetype2/freetype-2.4.11/include/freetype/config/ftoption.h | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/Build/source/libs/freetype2/freetype-2.4.11-PATCHES/patch-02-DISABLE_OLD_INTERNALS b/Build/source/libs/freetype2/freetype-2.4.11-PATCHES/patch-02-DISABLE_OLD_INTERNALS index 1102f4474eb..329732125d2 100644 --- a/Build/source/libs/freetype2/freetype-2.4.11-PATCHES/patch-02-DISABLE_OLD_INTERNALS +++ b/Build/source/libs/freetype2/freetype-2.4.11-PATCHES/patch-02-DISABLE_OLD_INTERNALS @@ -11,3 +11,17 @@ index 6b2a40f..205d6d0 100644 /* + +diff --git a/libs/freetype2/freetype-2.4.11/include/freetype/config/ftoption.h b/libs/freetype2/freetype-2.4.11/include/freetype/config/ftoption.h +index a73fff4..0d0b461 100644 +--- a/libs/freetype2/freetype-2.4.11/include/freetype/config/ftoption.h ++++ b/libs/freetype2/freetype-2.4.11/include/freetype/config/ftoption.h +@@ -783,7 +783,7 @@ FT_BEGIN_HEADER + * is recommended to disable the macro since it reduces the library's code + * size and activates a few memory-saving optimizations as well. + */ +-#define FT_CONFIG_OPTION_OLD_INTERNALS ++/* #define FT_CONFIG_OPTION_OLD_INTERNALS */ + + + /* diff --git a/Build/source/libs/freetype2/freetype-2.4.11/include/freetype/config/ftoption.h b/Build/source/libs/freetype2/freetype-2.4.11/include/freetype/config/ftoption.h index a73fff4559f..0d0b4612e39 100644 --- a/Build/source/libs/freetype2/freetype-2.4.11/include/freetype/config/ftoption.h +++ b/Build/source/libs/freetype2/freetype-2.4.11/include/freetype/config/ftoption.h @@ -783,7 +783,7 @@ FT_BEGIN_HEADER * is recommended to disable the macro since it reduces the library's code * size and activates a few memory-saving optimizations as well. */ -#define FT_CONFIG_OPTION_OLD_INTERNALS +/* #define FT_CONFIG_OPTION_OLD_INTERNALS */ /* |