Skip to content

Commit

Permalink
Bug 981435 - Update to freetype 2.5.3, r=jfkthame,glandium
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed Mar 9, 2014
1 parent a2afe54 commit 6b8992d
Show file tree
Hide file tree
Showing 180 changed files with 25,558 additions and 19,809 deletions.
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -8933,9 +8933,9 @@ if test "$MOZ_TREE_FREETYPE"; then
export CXXFLAGS="$CXXFLAGS $MOZ_DEBUG_FLAGS"
export LDFLAGS="$LDFLAGS $MOZ_DEBUG_LDFLAGS"
export LIBPNG_CFLAGS="$MOZ_PNG_CFLAGS"
export LIBPNG_LDFLAGS="$MOZ_PNG_LIBS"
export LIBPNG_LIBS="$MOZ_PNG_LIBS"
export CONFIG_FILES="unix-cc.mk:unix-cc.in unix-def.mk:unix-def.in freetype-config freetype2.pc:freetype2.in"
ac_configure_args="$ac_configure_args --host=$target --disable-shared --with-pic=yes"
ac_configure_args="$ac_configure_args --host=$target --disable-shared --with-pic=yes --with-png=yes"

if ! test -e modules; then
mkdir modules
Expand Down
4 changes: 2 additions & 2 deletions modules/freetype2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CMakeLists.txt
#
# Copyright 2013 by
# Copyright 2013, 2014 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# Written by John Cary <cary@txcorp.com>
Expand Down Expand Up @@ -41,7 +41,7 @@ project(freetype)

set(VERSION_MAJOR "2")
set(VERSION_MINOR "5")
set(VERSION_PATCH "2")
set(VERSION_PATCH "3")
set(PROJECT_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

# Compiler definitions for building the library
Expand Down
Loading

0 comments on commit 6b8992d

Please sign in to comment.