Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2022 22:08:08 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db022e874ba8 - main - audio/sfizz: Broken on i386
Message-ID:  <202207282208.26SM88wR042844@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=db022e874ba83eab4754bac3ce8a9ca1a9ea50f6

commit db022e874ba83eab4754bac3ce8a9ca1a9ea50f6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-28 22:07:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-28 22:08:05 +0000

    audio/sfizz: Broken on i386
    
    Reported by:    fallout
---
 audio/sfizz/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/audio/sfizz/Makefile b/audio/sfizz/Makefile
index 9388fb577d20..b48991ec669d 100644
--- a/audio/sfizz/Makefile
+++ b/audio/sfizz/Makefile
@@ -9,6 +9,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_riscv64=	fails to compile: src/external/atomic_queue/defs.h:45:2: Unknown CPU architecture
+BROKEN_i386=	fails to compile: unknown type name 'Elf64_Auxinfo', see https://github.com/sfztools/sfizz/issues/1110
 
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile
 RUN_DEPENDS=	zenity:x11/zenity



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