Skip to content

Commit

Permalink
games/gottet: Qt 6.x requires c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
BSDKaffee committed Jan 17, 2023
1 parent 00f4d18 commit c4ab304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/gottet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c4ab304

Please sign in to comment.