diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-26 08:48:32 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-26 09:40:11 +0000 |
commit | acb121688a8aeefef715c3fe0e3300ebf9019330 (patch) | |
tree | 08128e77992ec3ae6c2832a45dbee67c4bbdeb29 | |
parent | e81301d31009a73905b64cb18009733ab710c48e (diff) | |
download | ports-acb121688a8aeefef715c3fe0e3300ebf9019330.tar.gz ports-acb121688a8aeefef715c3fe0e3300ebf9019330.zip |
games/xconq: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | games/xconq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index 7212fa45c17d..4e61ab4bda3a 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -13,6 +13,7 @@ LICENSE= GPLv2+ OPTIONS_DEFINE= SDL USES= compiler gmake makeinfo tar:bzip2 xorg +USE_CXXSTD= c++14 USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-alternate-scoresdir=${SCOREDIR} \ |