Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2025 21:43:15 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c02ce0e662ea - main - multimedia/olive: broken on powerpc, same as i386
Message-ID:  <202501122143.50CLhFVA097159@gitrepo.freebsd.org>

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

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

commit c02ce0e662ead31fa5ada1570eb0b4fc2fa1aafa
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-11 10:49:04 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-12 21:36:51 +0000

    multimedia/olive: broken on powerpc, same as i386
---
 multimedia/olive/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multimedia/olive/Makefile b/multimedia/olive/Makefile
index 5818f99a39a9..af46cd62b9d5 100644
--- a/multimedia/olive/Makefile
+++ b/multimedia/olive/Makefile
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_armv7=	compilation fails: error: unknown type name '__m128'
 BROKEN_i386=	compilation fails, see https://github.com/olive-editor/olive/issues/2364
+BROKEN_powerpc=	compilation fails, see https://github.com/olive-editor/olive/issues/2364
 
 BUILD_DEPENDS=	frei0r>0:graphics/frei0r
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \



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