git: c5cc7c96d429 - main - multimedia/kew: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 04 Feb 2024 08:59:28 UTC
The branch main has been updated by yuri:

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

commit c5cc7c96d4294a8787514647b8449bbdce6759e7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-04 08:23:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-04 08:59:21 +0000

    multimedia/kew: Broken on i386
    
    Reported by:    fallout
---
 multimedia/kew/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/kew/Makefile b/multimedia/kew/Makefile
index dfb6bcce44d5..9cc19bbe243a 100644
--- a/multimedia/kew/Makefile
+++ b/multimedia/kew/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/ravachol/kew
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails with incompatible pointer, see https://github.com/ravachol/kew/issues/118
+
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libchafa.so:graphics/chafa \
 		libfftw3f.so:math/fftw3-float \