From 52fc41561d14fb1e4b8434e7d2bbfd3d23dceaed Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Mon, 18 Jan 2010 00:56:10 +0100 Subject: [PATCH] freetype: update to v2.3.11 Signed-off-by: Marc Andre Tanner --- download.sh | 4 ++-- ...compilation-with-pedantic-use-__asm__-instead-of-asm.patch | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 sources/patches/freetype-2.3.9-fix-arm-compilation-with-pedantic-use-__asm__-instead-of-asm.patch diff --git a/download.sh b/download.sh index b952058..3dddb9c 100755 --- a/download.sh +++ b/download.sh @@ -54,8 +54,8 @@ SHA1= SVN_REV=77 \ URL=svn://svn.berlios.de/tslib/trunk/tslib \ download_svn || dienow -URL=http://mirrors.zerg.biz/nongnu/freetype/freetype-2.3.9.tar.bz2 \ -SHA1=db08969cb5053879ff9e973fe6dd2c52c7ea2d4e \ +URL=http://savannah.nongnu.org/download/freetype/freetype-2.3.11.tar.bz2 \ +SHA1=693e1b4e423557975c2b2aca63559bc592533a0e \ download || dienow URL=http://download.enlightenment.org/snapshots/2009-12-02/eina-0.9.9.063.tar.bz2 \ diff --git a/sources/patches/freetype-2.3.9-fix-arm-compilation-with-pedantic-use-__asm__-instead-of-asm.patch b/sources/patches/freetype-2.3.9-fix-arm-compilation-with-pedantic-use-__asm__-instead-of-asm.patch deleted file mode 100644 index 790e300..0000000 --- a/sources/patches/freetype-2.3.9-fix-arm-compilation-with-pedantic-use-__asm__-instead-of-asm.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- freetype-2.3.9/builds/unix/ftconfig.in 2009-02-15 08:51:47.000000000 +0100 -+++ freetype-2.3.9-fixed/builds/unix/ftconfig.in 2009-09-22 20:28:40.000000000 +0200 -@@ -298,7 +298,7 @@ - register FT_Int32 t, t2; - - -- asm __volatile__ ( -+ __asm__ __volatile__ ( - "smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */ - "mov %0, %2, asr #31\n\t" /* %0 = (hi >> 31) */ - "add %0, %0, #0x8000\n\t" /* %0 += 0x8000 */ -- 2.11.4.GIT