summaryrefslogtreecommitdiff
path: root/devel/concurrencpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/concurrencpp/Makefile')
-rw-r--r--devel/concurrencpp/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/concurrencpp/Makefile b/devel/concurrencpp/Makefile
index be71d73ee69c..81e0611c0273 100644
--- a/devel/concurrencpp/Makefile
+++ b/devel/concurrencpp/Makefile
@@ -10,11 +10,6 @@ WWW= https://github.com/David-Haim/concurrencpp
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-# XXX Drop after FreeBSD 12.3 EOL around 2023-03-31
-.if exists(/usr/include/c++/v1) && !exists(/usr/include/c++/v1/semaphore)
-BROKEN_FreeBSD_12= fatal error: 'semaphore' file not found (missing C++ include <semaphore>)
-.endif
-
USES= cmake compiler:c++20-lang
USE_GITHUB= yes