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  
    112013-06-19  Werner Lemberg  <wl@gnu.org>
    22
     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
     132013-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
     192013-06-19  Werner Lemberg  <wl@gnu.org>
     20
    321        * Version 2.5.0 released.
    422        =========================
    523
  • builds/unix/install.mk

    old new  
    33#
    44
    55
    6 # Copyright 1996-2000, 2002, 2003, 2006 by
     6# Copyright 1996-2000, 2002, 2003, 2006, 2013 by
    77# David Turner, Robert Wilhelm, and Werner Lemberg.
    88#
    99# This file is part of the FreeType project, and may only be used, modified,
     
    3131        $(MKINSTALLDIRS) $(DESTDIR)$(libdir)                               \
    3232                         $(DESTDIR)$(libdir)/pkgconfig                     \
    3333                         $(DESTDIR)$(includedir)/freetype2/freetype/config \
    34                          $(DESTDIR)$(includedir)/freetype2/freetype/cache  \
    3534                         $(DESTDIR)$(bindir)                               \
    3635                         $(DESTDIR)$(datadir)/aclocal
    3736        $(LIBTOOL) --mode=install $(INSTALL)                             \
  • devel/ftoption.h

    old new  
    765765  /* switch between the two engines using the `hinting-engine' property of */
    766766  /* the cff driver module.                                                */
    767767  /*                                                                       */
    768 /* #define CFF_CONFIG_OPTION_OLD_ENGINE */
     768#define CFF_CONFIG_OPTION_OLD_ENGINE
    769769
    770770
    771771  /*************************************************************************/
  • include/freetype/config/ftoption.h

    old new  
    765765  /* switch between the two engines using the `hinting-engine' property of */
    766766  /* the cff driver module.                                                */
    767767  /*                                                                       */
    768 #define CFF_CONFIG_OPTION_OLD_ENGINE
     768/* #define CFF_CONFIG_OPTION_OLD_ENGINE */
    769769
    770770
    771771  /*************************************************************************/