summary refs log tree commit diff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-08-26 10:32:34 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2024-08-26 11:04:27 +0200
commitc0a223c7c2c101e455ebae9e6868b871a7e90682 (patch)
tree69f6fb2402faba580465f442541ac274b7f84b57 /gnu/local.mk
parenta91ac0dea81b95010612abd42872b3a98eb75c79 (diff)
downloadguix-c0a223c7c2c101e455ebae9e6868b871a7e90682.tar.gz
gnu: cl-s-sysdeps: Add support for bordeaux-threads-2.
This is required to fix the build of cl-prevalence with cl-usocket-0.8.8.

* gnu/packages/patches/sbcl-s-sysdeps-bt2.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/lisp-xyz.scm (sbcl-s-sysdeps)[source]: Use it.

Change-Id: I6addc042e16f71b55a2125c1f8eb313023ada411
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 ad5494fe95..7b8f295566 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2081,6 +2081,7 @@ dist_patch_DATA =						\
   %D%/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch	\
   %D%/packages/patches/sbcl-fast-generic-functions-fix-sbcl-2.4.patch	\
   %D%/packages/patches/sbcl-png-fix-sbcl-compatibility.patch	\
+  %D%/packages/patches/sbcl-s-sysdeps-bt2.patch			\
   %D%/packages/patches/scalapack-gcc-10-compilation.patch	\
   %D%/packages/patches/scheme48-tests.patch			\
   %D%/packages/patches/scilab-better-compiler-detection.patch	\