Ticket #39545: freetype-2.5.0.1.diff
File freetype-2.5.0.1.diff, 2.6 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
ChangeLog
old new 1 1 2013-06-19 Werner Lemberg <wl@gnu.org> 2 2 3 * Version 2.5.0.1 released. 4 =========================== 5 6 7 Tag sources with `VER-2-5-0-1'. 8 9 * include/freetype/config/ftoption.h: Undefine 10 CFF_CONFIG_OPTION_OLD_ENGINE. 11 * devel/ftoption.h: Define CFF_CONFIG_OPTION_OLD_ENGINE. 12 13 2013-06-19 Werner Lemberg <wl@gnu.org> 14 15 * builds/unix/install.mk (install): Don't create `cache' directory. 16 17 Found by Peter Breitenlohner <peb@mppmu.mpg.de>. 18 19 2013-06-19 Werner Lemberg <wl@gnu.org> 20 3 21 * Version 2.5.0 released. 4 22 ========================= 5 23 -
builds/unix/install.mk
old new 3 3 # 4 4 5 5 6 # Copyright 1996-2000, 2002, 2003, 2006 by6 # Copyright 1996-2000, 2002, 2003, 2006, 2013 by 7 7 # David Turner, Robert Wilhelm, and Werner Lemberg. 8 8 # 9 9 # This file is part of the FreeType project, and may only be used, modified, … … 31 31 $(MKINSTALLDIRS) $(DESTDIR)$(libdir) \ 32 32 $(DESTDIR)$(libdir)/pkgconfig \ 33 33 $(DESTDIR)$(includedir)/freetype2/freetype/config \ 34 $(DESTDIR)$(includedir)/freetype2/freetype/cache \35 34 $(DESTDIR)$(bindir) \ 36 35 $(DESTDIR)$(datadir)/aclocal 37 36 $(LIBTOOL) --mode=install $(INSTALL) \ -
devel/ftoption.h
old new 765 765 /* switch between the two engines using the `hinting-engine' property of */ 766 766 /* the cff driver module. */ 767 767 /* */ 768 /* #define CFF_CONFIG_OPTION_OLD_ENGINE */ 768 #define CFF_CONFIG_OPTION_OLD_ENGINE 769 769 770 770 771 771 /*************************************************************************/ -
include/freetype/config/ftoption.h
old new 765 765 /* switch between the two engines using the `hinting-engine' property of */ 766 766 /* the cff driver module. */ 767 767 /* */ 768 #define CFF_CONFIG_OPTION_OLD_ENGINE 768 /* #define CFF_CONFIG_OPTION_OLD_ENGINE */ 769 769 770 770 771 771 /*************************************************************************/