Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 05:34:11 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bb0ea366d0d1 - main - audio/fooyin: Disable on 32-bit platforms
Message-ID:  <202409050534.4855YBD9018658@gitrepo.freebsd.org>

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

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

commit bb0ea366d0d133e8c300c779fa9136489c26b0ae
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-04 17:54:32 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-05 05:33:31 +0000

    audio/fooyin: Disable on 32-bit platforms
    
    Fails to build on 32-bit platforms with various errors
---
 audio/fooyin/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/fooyin/Makefile b/audio/fooyin/Makefile
index 5e2d6dada5a8..a97bfda7d107 100644
--- a/audio/fooyin/Makefile
+++ b/audio/fooyin/Makefile
@@ -14,6 +14,9 @@ WWW=		https://github.com/fooyin/fooyin
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+NOT_FOR_ARCHS=  armv7 i386 powerpc
+NOT_FOR_ARCHS_REASON=	Fails to build on 32-bit platforms with various errors
+
 LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libgme.so:audio/libgme \
 		libicui18n.so:devel/icu \



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