Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2024 08:59:28 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: c5cc7c96d429 - main - multimedia/kew: Broken on i386
Message-ID:  <202402040859.4148xSsa073088@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=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 \



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