devel/concurrencpp: Broken on FreeBSD 12

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2021-10-11 00:35:14 -07:00
parent 40f1c0d283
commit bff97e5ad7

View file

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