git: fd06e22724a7 - main - lang/plexil: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 18:30:53 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=fd06e22724a702c0f8b91dde0968b7475eee6ed2 commit fd06e22724a702c0f8b91dde0968b7475eee6ed2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 18:28:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 18:30:39 +0000 lang/plexil: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- lang/plexil/Makefile | 1 + 1 file changed, 1 insertion(+) 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