diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-24 22:52:32 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-24 22:52:32 -0800 |
commit | bf4f6adafc7e5fcc88892ea26890c45ae7f4b5a1 (patch) | |
tree | 6537bf14d886f2a791f1bae19b2c09fc1822bdb2 /devel | |
parent | ecb7b97830e6e510aadaa78494e6d45b35231596 (diff) | |
download | freebsd-ports-bf4f6adafc7e5fcc88892ea26890c45ae7f4b5a1.zip |
devel/hpx: Broken on i386
Reported by: https://portsfallout.com/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hpx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hpx/Makefile b/devel/hpx/Makefile index 61293870f0f8..2e055acbd075 100644 --- a/devel/hpx/Makefile +++ b/devel/hpx/Makefile @@ -14,6 +14,7 @@ WWW= https://hpx.stellar-group.org/ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt +BROKEN_i386= compilation fails: detail/tagged_ptr_pair.hpp:117:27: error: no matching function for call to 'bit_cast', see https://github.com/STEllAR-GROUP/hpx/issues/6426 BROKEN_riscv64= hpx/hardware/timestamp.hpp:43:6: error: Unsupported platform BUILD_DEPENDS= asio>0:net/asio |