Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2023 19:27:26 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: 314e20f37279 - main - audio/taglookup: Fix build with llvm16
Message-ID:  <202307191927.36JJRQgH015974@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=314e20f37279b2f1db13042225a8ea33b4561864

commit 314e20f37279b2f1db13042225a8ea33b4561864
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-19 18:32:28 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-19 19:27:15 +0000

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

diff --git a/audio/taglookup/Makefile b/audio/taglookup/Makefile
index 7880c39ae4ca..135b3c682ae3 100644
--- a/audio/taglookup/Makefile
+++ b/audio/taglookup/Makefile
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libcddb.so:audio/libcddb \
 		libtag.so:audio/taglib
 
 USES=		compiler:c++11-lang pkgconfig tar:tgz
+USE_CXXSTD=	c++11
 
 PLIST_FILES=	bin/taglookup \
 		man/man1/taglookup.1.gz



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