diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-26 15:37:54 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-26 15:46:03 -0500 |
commit | 56a44e2d5b16ff9b54468f0f48d8fa679b8163ed (patch) | |
tree | 6f9cc229e9d3f9c9565533b44f1a75e7d19a8ab2 /gnu/packages/gd.scm | |
parent | fe36608f99384f0bb6d3376038b8ddd82841b020 (diff) | |
download | patches-56a44e2d5b16ff9b54468f0f48d8fa679b8163ed.tar patches-56a44e2d5b16ff9b54468f0f48d8fa679b8163ed.tar.gz |
gnu: gd: Fix test failure with FreeType 2.7.
* gnu/packages/patches/gd-freetype-test-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd)[source]: Use it.
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 1c2be119b1..8cac242b5d 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm @@ -51,7 +51,8 @@ (base32 "1rp4v7n1dq38b92kl7gkvpvqqkw7nvdfnz6d5kip5klkxfki6zqk")) (patches (search-patches "gd-fix-gd2-read-test.patch" - "gd-fix-tests-on-i686.patch")))) + "gd-fix-tests-on-i686.patch" + "gd-freetype-test-failure.patch")))) (build-system gnu-build-system) (arguments `(#:phases |