diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-02-15 17:09:39 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-02-15 17:09:39 +0000 |
commit | 7333a267ad231655f18397451bfbd0c329e2ecaa (patch) | |
tree | e77d046366c59c47d58dc0cf44f77f18e759066d /Build/source/libs | |
parent | b0df5b1cd0199e4174cf9aa8ebdc3f775396055d (diff) |
Build freetype without --with-old-mac-fonts as we no longer need it.
git-svn-id: svn://tug.org/texlive/trunk@29122 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/freetype2/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/libs/freetype2/Makefile.am | 1 | ||||
-rw-r--r-- | Build/source/libs/freetype2/Makefile.in | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/libs/freetype2/ChangeLog b/Build/source/libs/freetype2/ChangeLog index dacfafda75e..4803ca4ee9a 100644 --- a/Build/source/libs/freetype2/ChangeLog +++ b/Build/source/libs/freetype2/ChangeLog @@ -1,3 +1,7 @@ +2013-02-15 Khaled Hosny <khaledhosny@eglug.org> + + * Makefile.am: Drop --with-old-mac-fonts option. + 2012-12-31 Peter Breitenlohner <peb@mppmu.mpg.de> Import freetype-2.4.11. diff --git a/Build/source/libs/freetype2/Makefile.am b/Build/source/libs/freetype2/Makefile.am index 6f660a049b5..8f40cd5b058 100644 --- a/Build/source/libs/freetype2/Makefile.am +++ b/Build/source/libs/freetype2/Makefile.am @@ -38,7 +38,6 @@ ft-config: CC='$(CC)' CONFIG_SITE=/dev/null CONFIG_SHELL='$(SHELL)' \ $(SHELL) $(abs_srcdir)/$(FREETYPE_TREE)/configure \ $(config_args) --disable-shared \ - --with-old-mac-fonts \ --without-bzip2 \ --without-zlib \ --prefix=$(abs_builddir)/ft-install \ diff --git a/Build/source/libs/freetype2/Makefile.in b/Build/source/libs/freetype2/Makefile.in index 7efaed5b099..3634cd6c637 100644 --- a/Build/source/libs/freetype2/Makefile.in +++ b/Build/source/libs/freetype2/Makefile.in @@ -540,7 +540,6 @@ ft-config: CC='$(CC)' CONFIG_SITE=/dev/null CONFIG_SHELL='$(SHELL)' \ $(SHELL) $(abs_srcdir)/$(FREETYPE_TREE)/configure \ $(config_args) --disable-shared \ - --with-old-mac-fonts \ --without-bzip2 \ --without-zlib \ --prefix=$(abs_builddir)/ft-install \ |