Date: Sun, 23 Jul 2023 17:54:27 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5834462d3334 - main - lang/nqc: Fix build with llvm16 Message-ID: <202307231754.36NHsR9J007268@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307231754.36NHsR9J007268>