From e6e8ac127708a4b78ae4217edc7b2aad846ee421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 15 Aug 2025 16:54:56 +0700 Subject: [PATCH] boost: fix boost.lockfree --- srcpkgs/boost/patches/0006-lockfree-stdint.patch | 10 ++++++++++ srcpkgs/boost/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/boost/patches/0006-lockfree-stdint.patch diff --git a/srcpkgs/boost/patches/0006-lockfree-stdint.patch b/srcpkgs/boost/patches/0006-lockfree-stdint.patch new file mode 100644 index 00000000000..c7f8ad91fab --- /dev/null +++ b/srcpkgs/boost/patches/0006-lockfree-stdint.patch @@ -0,0 +1,10 @@ +--- a/boost/lockfree/detail/freelist.hpp ++++ b/boost/lockfree/detail/freelist.hpp +@@ -10,6 +10,7 @@ + #define BOOST_LOCKFREE_FREELIST_HPP_INCLUDED + + #include ++#include + #include + #include + #include diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index 0896169e2be..bfcd7233f43 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -1,7 +1,7 @@ # Template file for 'boost' pkgname=boost version=1.88.0 -revision=1 +revision=2 hostmakedepends="which bzip2-devel icu-devel python3-devel pkg-config" makedepends="zlib-devel bzip2-devel icu-devel python3-devel liblzma-devel libzstd-devel" checkdepends="openssl-devel libpng-devel libjpeg-turbo-devel"