diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-16 03:22:03 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-16 22:41:22 +0200 |
commit | 757aeb1d3a4397dab85e4c8436c3361cfa11cf60 (patch) | |
tree | 40ba5801d65d98d00a341ee8e0348fc0edc3a5ab /gnu/packages/image.scm | |
parent | 6703ff4d3bfba7ab9d35c739df8e1b983505afa9 (diff) | |
download | guix-757aeb1d3a4397dab85e4c8436c3361cfa11cf60.tar.gz |
gnu: freeimage: Adjust for LibTIFF 4.4.
* gnu/packages/patches/freeimage-libtiff-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image.scm (freeimage)[source](patches): Add it.
Diffstat (limited to 'gnu/packages/image.scm')
-rw-r--r-- | gnu/packages/image.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index ce48b9fefe..0461835a70 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1082,7 +1082,8 @@ supplies a generic doubly-linked list and some string functions.") "LibJXR" "LibWebP" "OpenEXR" "ZLib")))) (patches (append - (search-patches "freeimage-unbundle.patch") + (search-patches "freeimage-unbundle.patch" + "freeimage-libtiff-compat.patch") ;; Take one patch from Arch Linux that adds LibRaw 0.20 compatibility. (list (origin (method url-fetch) |