diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-06 23:10:18 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-06 23:52:27 +0000 |
commit | 21b24284ade5067a84c4373ecc4505a83ee98fe4 (patch) | |
tree | b8dc1a8fbb20f7ec99fde5101c3dc78e738ab154 | |
parent | 9b533488867e809193e30e92f840ea20e4e92101 (diff) | |
download | ports-21b24284ade5067a84c4373ecc4505a83ee98fe4.tar.gz ports-21b24284ade5067a84c4373ecc4505a83ee98fe4.zip |
games/blockout: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | games/blockout/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/blockout/Makefile b/games/blockout/Makefile index 5f532bce1a78..8730d7ecc5fe 100644 --- a/games/blockout/Makefile +++ b/games/blockout/Makefile @@ -13,6 +13,7 @@ WWW= https://sourceforge.net/projects/blockout/ LICENSE= GPLv2+ USES= dos2unix gl gmake sdl +USE_CXXSTD= c++14 USE_SDL= mixer sdl DOS2UNIX_FILES= ImageLib/src/gif/gif.h \ ImageLib/src/gif/gif.cpp BlockOut/*.cpp \ |