diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 19:49:02 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 20:17:11 +0000 |
commit | d84fd73ecffb6a85ff721af375855b719f9213f1 (patch) | |
tree | e777b4a009af227a77ab5e7cf852f558cbee0565 | |
parent | 8c7b719ebf4ca14a4def099a7ffa4d867ec05c95 (diff) | |
download | ports-d84fd73ecffb6a85ff721af375855b719f9213f1.tar.gz ports-d84fd73ecffb6a85ff721af375855b719f9213f1.zip |
devel/hpx: mark as BROKEN after recent boost upgrade
PR: 246106
-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 d949775f1d52..5f44b04a9678 100644 --- a/devel/hpx/Makefile +++ b/devel/hpx/Makefile @@ -10,6 +10,7 @@ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BROKEN_riscv64= fails to compile: hpx/util/hardware/timestamp.hpp:43:6: error: Unsupported platform +BROKEN= fails to compile: error: use of undeclared identifier 'BOOST_INTERLOCKED_EXCHANGE' LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libhwloc.so.15:devel/hwloc2 |