Date: Tue, 17 Jan 2023 21:01:34 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c4ab30445d93 - main - games/gottet: Qt 6.x requires c++17 Message-ID: <202301172101.30HL1Y3w077505@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4ab30445d9303ab498d0df8bf93276bab4453cd commit c4ab30445d9303ab498d0df8bf93276bab4453cd Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-01-14 03:43:27 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-01-17 20:36:19 +0000 games/gottet: Qt 6.x requires c++17 --- games/gottet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/gottet/Makefile b/games/gottet/Makefile index 4b20194dfefd..a001a6c712a3 100644 --- a/games/gottet/Makefile +++ b/games/gottet/Makefile @@ -10,7 +10,7 @@ WWW= https://gottcode.org/gottet/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lib gl qt:6 tar:bzip2 +USES= cmake compiler:c++17-lang gl qt:6 tar:bzip2 USE_GL= opengl USE_QT= base tools:build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301172101.30HL1Y3w077505>