Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2023 14:46:13 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: 72ab038eaacc - main - audio/clunk: Fix build with llvm16
Message-ID:  <202307241446.36OEkDQ9080201@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=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:



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