diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-14 18:16:21 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-14 18:16:21 +0200 |
commit | 2737c7fe8a24f18a7f1495781dbe34c4b8af5bed (patch) | |
tree | 2013d7f2014d94c74ce9e3ce14e40db1bc4e52da /gnu/local.mk | |
parent | 531b63eba77e40ac65ed89bdba48f6174adf12d0 (diff) | |
download | patches-2737c7fe8a24f18a7f1495781dbe34c4b8af5bed.tar patches-2737c7fe8a24f18a7f1495781dbe34c4b8af5bed.tar.gz |
gnu: mesa: Fix test failure on 32-bit systems.
* gnu/packages/patches/mesa-timespec-test-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gl.scm (mesa)[source](patches): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index addeb82491..b403386d68 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1110,6 +1110,7 @@ dist_patch_DATA = \ %D%/packages/patches/mcrypt-CVE-2012-4426.patch \ %D%/packages/patches/mcrypt-CVE-2012-4527.patch \ %D%/packages/patches/mesa-skip-disk-cache-test.patch \ + %D%/packages/patches/mesa-timespec-test-32bit.patch \ %D%/packages/patches/mescc-tools-boot.patch \ %D%/packages/patches/meson-for-build-rpath.patch \ %D%/packages/patches/metabat-fix-compilation.patch \ |