From: florian Date: Mon, 7 Jul 2008 13:40:44 +0000 (+0000) Subject: Update freetype to 2.3.6 (#3581) X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=6bc105e206f6def4e81e4e43a56664868a8483c3;p=packages.git Update freetype to 2.3.6 (#3581) git-svn-id: svn://svn.openwrt.org/openwrt/packages@11737 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/freetype/Makefile b/libs/freetype/Makefile index 52a0bc276..d66e1643e 100644 --- a/libs/freetype/Makefile +++ b/libs/freetype/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freetype -PKG_VERSION:=2.3.1 +PKG_VERSION:=2.3.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/freetype -PKG_MD5SUM:=11e1186ca5520c5a284fa0a03f652035 +PKG_MD5SUM:=fb182d508017cb608e9df8c7dca648dc PKG_FIXUP = libtool diff --git a/libs/freetype/patches/001-fix_broken_unix_cross.patch b/libs/freetype/patches/001-fix_broken_unix_cross.patch index 939ca610b..e69de29bb 100644 --- a/libs/freetype/patches/001-fix_broken_unix_cross.patch +++ b/libs/freetype/patches/001-fix_broken_unix_cross.patch @@ -1,36 +0,0 @@ -diff -ruN freetype-2.3.1-original/builds/unix/configure freetype-2.3.1/builds/unix/configure ---- freetype-2.3.1-original/builds/unix/configure 2007-05-15 18:51:19.000000000 +0200 -+++ freetype-2.3.1/builds/unix/configure 2007-05-15 18:53:02.000000000 +0200 -@@ -3270,7 +3270,7 @@ - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then -- ac_cv_prog_CC_BUILD="${build-gcc}" -+ ac_cv_prog_CC_BUILD="${build}-gcc" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -diff -ruN freetype-2.3.1-original/builds/unix/configure.ac freetype-2.3.1/builds/unix/configure.ac ---- freetype-2.3.1-original/builds/unix/configure.ac 2007-05-15 18:51:19.000000000 +0200 -+++ freetype-2.3.1/builds/unix/configure.ac 2007-05-15 18:53:25.000000000 +0200 -@@ -40,7 +40,7 @@ - # checks for native programs to generate building tool - - if test ${cross_compiling} = yes; then -- AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build-gcc}) -+ AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc) - test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc) - test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc) - test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler]) -diff -ruN freetype-2.3.1-original/builds/unix/configure.raw freetype-2.3.1/builds/unix/configure.raw ---- freetype-2.3.1-original/builds/unix/configure.raw 2007-05-15 18:51:19.000000000 +0200 -+++ freetype-2.3.1/builds/unix/configure.raw 2007-05-15 18:54:07.000000000 +0200 -@@ -40,7 +40,7 @@ - # checks for native programs to generate building tool - - if test ${cross_compiling} = yes; then -- AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build-gcc}) -+ AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc) - test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, gcc, gcc) - test -z "${CC_BUILD}" && AC_CHECK_PROG(CC_BUILD, cc, cc, , , /usr/ucb/cc) - test -z "${CC_BUILD}" && AC_MSG_ERROR([cannot find native C compiler])