git: 802ad34ff3a0 - main - audio/opustags: Broken on 15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 04:08:43 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=802ad34ff3a0b15a7a0f0b7c7ce5d6c0dbd60925 commit 802ad34ff3a0b15a7a0f0b7c7ce5d6c0dbd60925 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-03 04:01:17 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-03 04:08:37 +0000 audio/opustags: Broken on 15 Reported by: fallout --- audio/opustags/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/opustags/Makefile b/audio/opustags/Makefile index bd7e9f827619..ff6c0d4f63d1 100644 --- a/audio/opustags/Makefile +++ b/audio/opustags/Makefile @@ -9,6 +9,8 @@ WWW= https://github.com/fmang/opustags LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_15= compilation is broken with clang-19, see https://github.com/fmang/opustags/issues/73 + LIB_DEPENDS= libogg.so:audio/libogg USES= cmake compiler:c++20-lang iconv pkgconfig