mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 03:23:01 +02:00
boost: fix boost.lockfree
This commit is contained in:
parent
98e4666a30
commit
e6e8ac1277
2 changed files with 11 additions and 1 deletions
10
srcpkgs/boost/patches/0006-lockfree-stdint.patch
Normal file
10
srcpkgs/boost/patches/0006-lockfree-stdint.patch
Normal 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>
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'boost'
|
# Template file for 'boost'
|
||||||
pkgname=boost
|
pkgname=boost
|
||||||
version=1.88.0
|
version=1.88.0
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="which bzip2-devel icu-devel python3-devel pkg-config"
|
hostmakedepends="which bzip2-devel icu-devel python3-devel pkg-config"
|
||||||
makedepends="zlib-devel bzip2-devel icu-devel python3-devel liblzma-devel libzstd-devel"
|
makedepends="zlib-devel bzip2-devel icu-devel python3-devel liblzma-devel libzstd-devel"
|
||||||
checkdepends="openssl-devel libpng-devel libjpeg-turbo-devel"
|
checkdepends="openssl-devel libpng-devel libjpeg-turbo-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue