Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2023 13:35:45 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: 83e8db88341f - main - games/armagetronad: Fix build with llvm16
Message-ID:  <202307181335.36IDZjmr049445@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=83e8db88341f680a6c2bce20587704639f61581d

commit 83e8db88341f680a6c2bce20587704639f61581d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-17 23:13:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-18 13:35:34 +0000

    games/armagetronad: Fix build with llvm16
    
    Sponsored by:   The FreeBSD Foundation
---
 games/armagetronad/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games/armagetronad/Makefile b/games/armagetronad/Makefile
index 98be0673cdef..2b80cc50eb5b 100644
--- a/games/armagetronad/Makefile
+++ b/games/armagetronad/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		autoreconf desktop-file-utils gl gmake gnome jpeg sdl
 GNU_CONFIGURE=	yes
+USE_CXXSTD=	c++14
 USE_SDL=	image mixer sdl
 USE_GL=		gl glu
 USE_GNOME=	libxml2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307181335.36IDZjmr049445>