git: 72ab038eaacc - main - audio/clunk: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 24 Jul 2023 14:46:13 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72ab038eaacccfe46de291769c3db3430cc3f91b

commit 72ab038eaacccfe46de291769c3db3430cc3f91b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-24 14:03:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-24 14:46:02 +0000

    audio/clunk: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 audio/clunk/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/audio/clunk/Makefile b/audio/clunk/Makefile
index c214512b3999..cdd119046d32 100644
--- a/audio/clunk/Makefile
+++ b/audio/clunk/Makefile
@@ -12,13 +12,15 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cmake sdl tar:bzip2
-USE_SDL=	sdl
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
+USE_SDL=	sdl
 
 CONFLICTS_INSTALL=	btanks # lib/libclunk.so
 
 OPTIONS_DEFINE=	SSE
 OPTIONS_DEFAULT_amd64=SSE
+
 SSE_CMAKE_ON=	-DWITH_SSE:BOOL=TRUE
 
 post-install: