Date: Sat, 5 Aug 2023 20:10:12 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9de50f8e1ef5 - main - games/blinkensisters: Fix build with llvm16 Message-ID: <202308052010.375KACKd000420@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9de50f8e1ef578d1af99301746fe75dbd3cacf77 commit 9de50f8e1ef578d1af99301746fe75dbd3cacf77 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-05 19:44:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-05 19:44:02 +0000 games/blinkensisters: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- games/blinkensisters/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/blinkensisters/Makefile b/games/blinkensisters/Makefile index 6ca9cf285e18..4b5ceb3894cb 100644 --- a/games/blinkensisters/Makefile +++ b/games/blinkensisters/Makefile @@ -15,6 +15,7 @@ BROKEN_sparc64= does not compile on sparc64 # actually, old gcc fails in theora.h USES= cmake:insource compiler:c++11-lang localbase perl5 sdl +USE_CXXSTD= c++14 USE_SDL= sdl image ttf USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308052010.375KACKd000420>