diff options
author | Leo Famulari <leo@famulari.name> | 2023-04-23 18:09:08 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-04-23 19:05:15 -0400 |
commit | 186e516400d0676fcf50c653772cfe9ed3370db0 (patch) | |
tree | 43f1cc9900e2c6d108f1b314044827e933d2d9df /gnu/packages/image-processing.scm | |
parent | 2a8e92f2d9bc57b9a40ece218a86da547e0c1885 (diff) | |
download | guix-186e516400d0676fcf50c653772cfe9ed3370db0.tar guix-186e516400d0676fcf50c653772cfe9ed3370db0.tar.gz |
gnu: OpenColorIO: Fix build with GCC 11.
* gnu/packages/patches/opencolorio-fix-build-with-gcc11.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image-processing.scm (opencolorio)[source]: Use it.
Diffstat (limited to 'gnu/packages/image-processing.scm')
-rw-r--r-- | gnu/packages/image-processing.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 42bd34bd63..cc0d5789b3 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -262,6 +262,7 @@ of external libraries that provide additional functionality.") (uri (git-reference (url "https://github.com/AcademySoftwareFoundation/OpenColorIO") (commit (string-append "v" version)))) + (patches (search-patches "opencolorio-fix-build-with-gcc11.patch")) (sha256 (base32 "12srvxca51czpfjl0gabpidj9n84mw78ivxy5w75qhq2mmc798sb")) (file-name (git-file-name name version)) |