summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2025-01-02 16:37:36 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:21 +0200
commite8da94207a741318401995aef4fcaeb91cabfe1d (patch)
tree872efe6bd956c3a319f831b02979043aa3380c02 /gnu/local.mk
parent983cf1f8b21c70bdcdb085d8fcb692c36fa04f75 (diff)
gnu: tbb: Fix build with gcc-14.
* gnu/packages/patches/tbb-gcc-14.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/tbb.scm (tbb)[source]: Use it. Change-Id: Ia8a5a609af4b0f7273912f1f3de1bd2f44b2f160
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 ec3a04a8903..e567b4d3364 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2329,6 +2329,7 @@ dist_patch_DATA = \
%D%/packages/patches/tao-fix-parser-types.patch \
%D%/packages/patches/tar-remove-wholesparse-check.patch \
%D%/packages/patches/tar-skip-unreliable-tests.patch \
+ %D%/packages/patches/tbb-gcc-14.patch \
%D%/packages/patches/tbb-other-arches.patch \
%D%/packages/patches/tclxml-3.2-install.patch \
%D%/packages/patches/tcsh-fix-autotest.patch \