From 1567abbe7e6a00247432f895c4db453e5b563c41 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Fri, 9 Mar 2012 07:49:06 +0100 Subject: [PATCH] version up : FreeType 2.4.9, including security fixes. add bzip2 support. --- component/freetype/buildout.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/component/freetype/buildout.cfg b/component/freetype/buildout.cfg index c358b3e99..c4c818a16 100644 --- a/component/freetype/buildout.cfg +++ b/component/freetype/buildout.cfg @@ -3,6 +3,7 @@ [buildout] extends = + ../bzip2/buildout.cfg ../zlib/buildout.cfg parts = @@ -10,10 +11,10 @@ parts = [freetype] recipe = hexagonit.recipe.cmmi -url = http://download.savannah.gnu.org/releases/freetype/freetype-2.4.8.tar.bz2 -md5sum = dbf2caca1d3afd410a29217a9809d397 +url = http://download.savannah.gnu.org/releases/freetype/freetype-2.4.9.tar.bz2 +md5sum = 77a893dae81fd5b896632715ca041179 configure-options = --disable-static environment = - CPPFLAGS=-I${zlib:location}/include - LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib + CPPFLAGS=-I${bzip2:location}/include -I${zlib:location}/include + LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -- 2.30.9