diff options
author | Leo Famulari <leo@famulari.name> | 2016-02-29 02:23:43 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-03-01 19:08:31 -0500 |
commit | 5e8276dcf4e3a05f69176dca816f00616e7f0593 (patch) | |
tree | 39a9cb3a010f412bbd07b117c5bfdabe9387087d /gnu/packages/graphics.scm | |
parent | 88ccca45f6925808c7b0fbca775ca0de6c866d7e (diff) | |
download | patches-5e8276dcf4e3a05f69176dca816f00616e7f0593.tar patches-5e8276dcf4e3a05f69176dca816f00616e7f0593.tar.gz |
gnu: ilmbase: Add patch to fix build on i686.
Fixes <http://bugs.gnu.org/22049>.
* gnu/packages/patches/ilmbase-fix-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/graphics.scm (ilmbase)[source]: Add patch.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 560febe958..3fdf07d361 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015 Tomáš Čech <sleep_walker@gnu.org> +;;; Copyright © 2016 Leo Famulari <leo@famulari.name> ;;; ;;; This file is part of GNU Guix. ;;; @@ -89,7 +90,8 @@ many more.") version ".tar.gz")) (sha256 (base32 - "1izddjwbh1grs8080vmaix72z469qy29wrvkphgmqmcm0sv1by7c")))) + "1izddjwbh1grs8080vmaix72z469qy29wrvkphgmqmcm0sv1by7c")) + (patches (map search-patch '("ilmbase-fix-tests.patch"))))) (build-system gnu-build-system) (home-page "http://www.openexr.com/") (synopsis "Utility C++ libraries for threads, maths, and exceptions") |