git: 00f4d18cbb5e - main - games/cutemaze: Qt 6.x requires c++17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jan 2023 21:01:32 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=00f4d18cbb5ef023e815b7849bdea8b25071d494 commit 00f4d18cbb5ef023e815b7849bdea8b25071d494 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-01-14 03:42:20 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-01-17 20:36:19 +0000 games/cutemaze: Qt 6.x requires c++17 --- games/cutemaze/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/cutemaze/Makefile b/games/cutemaze/Makefile index f242d082866f..cea1cb51a500 100644 --- a/games/cutemaze/Makefile +++ b/games/cutemaze/Makefile @@ -10,7 +10,7 @@ WWW= https://gottcode.org/cutemaze/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang gl qt:6 tar:bzip2 +USES= cmake compiler:c++17-lang gl qt:6 tar:bzip2 USE_GL= opengl USE_QT= base svg tools:build