boost: fix boost.lockfree

This commit is contained in:
Đoàn Trần Công Danh 2025-08-15 16:54:56 +07:00
parent 98e4666a30
commit e6e8ac1277
2 changed files with 11 additions and 1 deletions

View file

@ -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 <array>
+#include <cstdint>
#include <cstring>
#include <limits>
#include <memory>

View file

@ -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"