git: bb0ea366d0d1 - main - audio/fooyin: Disable on 32-bit platforms

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 05 Sep 2024 05:34:11 UTC
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 \