summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/libs/freetype2/ChangeLog4
-rw-r--r--Build/source/libs/freetype2/Makefile.am1
-rw-r--r--Build/source/libs/freetype2/Makefile.in1
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 \