Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 18:01:33 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: 3f16fbd44657 - main - games/CaribbeanStud: Fix build with llvm16
Message-ID:  <202308051801.375I1XsY090112@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=3f16fbd4465771abd1151ead1d3f3777b5a260e3

commit 3f16fbd4465771abd1151ead1d3f3777b5a260e3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-05 15:04:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-05 18:01:11 +0000

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

diff --git a/games/CaribbeanStud/Makefile b/games/CaribbeanStud/Makefile
index a7ed722f7f3e..45e29a696bdc 100644
--- a/games/CaribbeanStud/Makefile
+++ b/games/CaribbeanStud/Makefile
@@ -12,6 +12,7 @@ LICENSE=	MIT
 
 MAKEFILE=	Xmakefile
 USES=		motif
+USE_CXXSTD=	c++14
 CFLAGS+=	-Wno-deprecated
 
 OPTIONS_DEFINE=	DOCS



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