git: 5834462d3334 - main - lang/nqc: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 17:54:27 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5834462d33346437b520831e828957b2058e5427 commit 5834462d33346437b520831e828957b2058e5427 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-23 16:59:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-23 17:54:16 +0000 lang/nqc: Fix build with llvm16 Sponsored by: The FreeBSD Foundation --- lang/nqc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/nqc/Makefile b/lang/nqc/Makefile index 66a2b74bff6c..f71fb28e88d6 100644 --- a/lang/nqc/Makefile +++ b/lang/nqc/Makefile @@ -13,6 +13,9 @@ LICENSE= MPL10 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake dos2unix tar:tgz + +CFLAGS= --std=c++14 + NO_WRKSUBDIR= yes PLIST_FILES= bin/nqc man/man1/nqc.1.gz