aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-02-18 22:11:50 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-02-18 22:37:19 +0000
commitf3c59ad126286176b917c87be349e49e20f30059 (patch)
tree7c26f1baa71b6d410fbe9303986cd2b518ca0875
parentde7a1dec96e8accfbebc48c8d1fcd8cf257a7f5d (diff)
downloadports-f3c59ad126286176b917c87be349e49e20f30059.tar.gz
ports-f3c59ad126286176b917c87be349e49e20f30059.zip
graphics/cxxplot: limit BROKEN to 12.3/libc++ (12.4 is fine)
-rw-r--r--graphics/cxxplot/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/cxxplot/Makefile b/graphics/cxxplot/Makefile
index 266825aa874b..69ee281c35ec 100644
--- a/graphics/cxxplot/Makefile
+++ b/graphics/cxxplot/Makefile
@@ -11,7 +11,10 @@ WWW= https://github.com/USNavalResearchLaboratory/cxxplot
LICENSE= BSD3CLAUSE
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/concepts)
BROKEN_FreeBSD_12= build error: 'concepts' file not found
+.endif
USES= cmake:testing compiler:c++20-lang gl qt:5
USE_QT= core gui opengl printsupport widgets buildtools:build qmake:build