summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-08-08 21:54:54 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-08 21:54:54 +0800
commit55f3b1791541814c83ee3558d1e45a34f1582d17 (patch)
tree89ea28b5c88d04bc56941d6834b718f87b772b63 /gnu/local.mk
parent1a02365c4a650badb3b219dcb3c8508c41acbba7 (diff)
gnu: grantlee: Fix build on i686-linux.
This fixes a test (formatfiltertest07) failure on i686-linux. See also <https://github.com/steveire/grantlee/issues/85>. * gnu/packages/patches/grantlee-fix-i586-precision.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/qt.scm (grantlee)[source]: Add patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index bd5bd0f7aa..71f12aaa86 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1316,6 +1316,7 @@ dist_patch_DATA = \
%D%/packages/patches/gpm-glibc-2.26.patch \
%D%/packages/patches/gpodder-disable-updater.patch \
%D%/packages/patches/gpsbabel-fix-i686-test.patch \
+ %D%/packages/patches/grantlee-fix-i586-precision.patch \
%D%/packages/patches/grep-timing-sensitive-test.patch \
%D%/packages/patches/grfcodec-gcc-compat.patch \
%D%/packages/patches/gromacs-tinyxml2.patch \