aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 18:28:24 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 18:30:39 +0000
commitfd06e22724a702c0f8b91dde0968b7475eee6ed2 (patch)
treed0cbfb8be97f8f1261e2d404e1a0b14df9b9e936
parent9a58cf0557425841e453a3cd8dd4509be88eed62 (diff)
downloadports-fd06e22724a702c0f8b91dde0968b7475eee6ed2.tar.gz
ports-fd06e22724a702c0f8b91dde0968b7475eee6ed2.zip
lang/plexil: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--lang/plexil/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/plexil/Makefile b/lang/plexil/Makefile
index bef01fc33290..64a7ed0bb19a 100644
--- a/lang/plexil/Makefile
+++ b/lang/plexil/Makefile
@@ -13,6 +13,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
USES= gmake libtool
+USE_CXXSTD= c++14
USE_LDCONFIG= yes
GNU_CONFIGURE= yes