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-system.am | |
parent | 88ccca45f6925808c7b0fbca775ca0de6c866d7e (diff) | |
download | guix-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-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 7cfc48520b..5e2be0b709 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -529,6 +529,7 @@ dist_patch_DATA = \ gnu/packages/patches/icu4c-CVE-2014-6585.patch \ gnu/packages/patches/icu4c-CVE-2015-1270.patch \ gnu/packages/patches/icu4c-CVE-2015-4760.patch \ + gnu/packages/patches/ilmbase-fix-texts.patch \ gnu/packages/patches/imagemagick-test-segv.patch \ gnu/packages/patches/irrlicht-mesa-10.patch \ gnu/packages/patches/jasper-CVE-2007-2721.patch \ |