Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2023 12:52:48 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: 63b454ce8100 - main - audio/alure: Fix build with llvm16
Message-ID:  <202307241252.36OCqmI1096933@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=63b454ce8100838dd86fb55809c7afdca5791869

commit 63b454ce8100838dd86fb55809c7afdca5791869
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-24 10:40:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-24 12:52:36 +0000

    audio/alure: Fix build with llvm16
    
    - Pet portclippy
    
    Sponsored by:   The FreeBSD Foundation
---
 audio/alure/Makefile | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/audio/alure/Makefile b/audio/alure/Makefile
index 90464e44e5f1..8badd469c193 100644
--- a/audio/alure/Makefile
+++ b/audio/alure/Makefile
@@ -12,7 +12,9 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cmake compiler:c++11-lang openal:soft pkgconfig
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
+
 CMAKE_OFF=	BUILD_DOCS BUILD_STATIC
 LDFLAGS_i386=	-Wl,-znotext
 
@@ -25,27 +27,20 @@ OPTIONS_DEFAULT=	FLAC SNDFILE VORBIS
 DUMB_DESC=		DUMB audio library decoding support
 
 DOCS_CMAKE_BOOL=	INSTALL_DOCS
-
 DUMB_BUILD_DEPENDS=	${LOCALBASE}/include/dumb.h:audio/dumb
 DUMB_CMAKE_BOOL=	DUMB
-
-FLAC_CMAKE_BOOL=	FLAC
 FLAC_LIB_DEPENDS=	libFLAC.so:audio/flac
-
-FLUIDSYNTH_CMAKE_BOOL=	FLUIDSYNTH
+FLAC_CMAKE_BOOL=	FLAC
 FLUIDSYNTH_LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth
-
-MODPLUG_CMAKE_BOOL=	MODPLUG
+FLUIDSYNTH_CMAKE_BOOL=	FLUIDSYNTH
 MODPLUG_LIB_DEPENDS=	libmodplug.so:audio/libmodplug
-
-MPG123_CMAKE_BOOL=	MPG123
+MODPLUG_CMAKE_BOOL=	MODPLUG
 MPG123_LIB_DEPENDS=	libmpg123.so:audio/mpg123
-
-SNDFILE_CMAKE_BOOL=	SNDFILE
+MPG123_CMAKE_BOOL=	MPG123
 SNDFILE_LIB_DEPENDS=	libsndfile.so:audio/libsndfile
-
-VORBIS_CMAKE_BOOL=	VORBIS
+SNDFILE_CMAKE_BOOL=	SNDFILE
 VORBIS_LIB_DEPENDS=	libvorbis.so:audio/libvorbis
+VORBIS_CMAKE_BOOL=	VORBIS
 
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}



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