aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-10-11 07:35:14 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-10-11 07:38:53 +0000
commitbff97e5ad7f54a896bd8936ed6899934e4542c78 (patch)
tree286e33c2561404b10aab63f81227522220274ead
parent40f1c0d283d42c1c89222da3e84428db730c31cf (diff)
downloadports-bff97e5ad7f54a896bd8936ed6899934e4542c78.tar.gz
ports-bff97e5ad7f54a896bd8936ed6899934e4542c78.zip
devel/concurrencpp: Broken on FreeBSD 12
Reported by: fallout
-rw-r--r--devel/concurrencpp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile
index 2ac84cc48431..c137acff6364 100644
--- a/devel/concurrencpp/Makefile
+++ b/devel/concurrencpp/Makefile
@@ -9,6 +9,8 @@ COMMENT= C++ concurrency library: tasks, executors, timers, C++20 coroutines
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN_FreeBSD_12= fatal error: 'semaphore' file not found (missing C++ include <semaphore>)
+
USES= cmake compiler:c++17-lang # should be compiler:c++20-lang
USE_GITHUB= yes