git: 314e20f37279 - main - audio/taglookup: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jul 2023 19:27:26 UTC
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