diff options
author | Baruch Siach <baruch@tkos.co.il> | 2014-04-13 09:12:56 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-14 22:47:52 +0200 |
commit | c6f86d593c6875ab99057030a3b27c5490b8eac6 (patch) | |
tree | fef79e05fc070f52c74652112dca2d985caf9336 /package/gd/gd-fontconfig.patch | |
parent | b6e3ada833b65fd79dcc5e10bd1e12f0774a6510 (diff) | |
download | buildroot-c6f86d593c6875ab99057030a3b27c5490b8eac6.tar.gz buildroot-c6f86d593c6875ab99057030a3b27c5490b8eac6.zip |
gd: bump to version 2.1.0
Drop obsolete/applied patches. Refresh the rest, and add sequence numbers.
Add a patch fixing build against uClibc when UCLIBC_HAS_LONG_DOUBLE_MATH is
missing.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gd/gd-fontconfig.patch')
-rw-r--r-- | package/gd/gd-fontconfig.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/gd/gd-fontconfig.patch b/package/gd/gd-fontconfig.patch deleted file mode 100644 index 651fbec8a0..0000000000 --- a/package/gd/gd-fontconfig.patch +++ /dev/null @@ -1,28 +0,0 @@ -Patch from Gentoo: -http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/gd/files/gd-2.0.35-fontconfig.patch?view=log - -fix from upstream - -http://bugs.gentoo.org/363367 - -# HG changeset patch -# User tabe -# Date 1239812355 0 -# Node ID 3ea283efcdafcb2acc1dd0ace1d3d48da6d8cec8 -# Parent 4f29a877875f63cee5a64e7bea406a61882a565e -fixed FS#199 - -199, Fixed useFontConfig() to work as documented (Ethan Merritt) - -diff -r 4f29a877875f -r 3ea283efcdaf gdft.c ---- a/gdft.c Sat Apr 04 12:00:37 2009 +0000 -+++ b/gdft.c Wed Apr 15 16:19:15 2009 +0000 -@@ -1659,7 +1659,7 @@ - BGD_DECLARE(int) gdFTUseFontConfig(int flag) - { - #ifdef HAVE_LIBFONTCONFIG -- fontConfigFlag = 1; -+ fontConfigFlag = flag; - return 1; - #else - return 0; |