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"