diff options
author | Julien Lepiller <julien@lepiller.eu> | 2017-02-27 11:09:11 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-03 14:12:30 -0500 |
commit | e8293ef12cd3df77f4111163fa5ac554480d134b (patch) | |
tree | e5f4d12755258d498de94156ec89f434bc4c2c01 /gnu/packages/gd.scm | |
parent | 37e78bc7f2707ec621274e4ed8c307a3da9843c6 (diff) | |
download | guix-e8293ef12cd3df77f4111163fa5ac554480d134b.tar guix-e8293ef12cd3df77f4111163fa5ac554480d134b.tar.gz |
gnu: gd: Fix an issue with XBM decoding.
* gnu/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch: New file.
* gnu/local.scm (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd)[source]: Use it.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/gd.scm')
-rw-r--r-- | gnu/packages/gd.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm index ea13540415..62c8fd8588 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm @@ -53,7 +53,8 @@ "1rp4v7n1dq38b92kl7gkvpvqqkw7nvdfnz6d5kip5klkxfki6zqk")) (patches (search-patches "gd-fix-gd2-read-test.patch" "gd-fix-tests-on-i686.patch" - "gd-freetype-test-failure.patch")))) + "gd-freetype-test-failure.patch" + "gd-php-73968-Fix-109-XBM-reading.patch")))) (build-system gnu-build-system) (arguments ;; As recommended by github.com/libgd/libgd/issues/278 to fix rounding |