Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2025 09:04:02 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 319408e0cefa - 2025Q1 - multimedia/obs-studio: Broken on armv7
Message-ID:  <202503060904.526942iB096677@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2025Q1 has been updated by yuri:

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

commit 319408e0cefa015ecf057ada3f27255a0f91d400
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-12 19:52:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-06 09:04:00 +0000

    multimedia/obs-studio: Broken on armv7
    
    Reported by:    fallout
    
    (cherry picked from commit 660413f40257ca7040108678df157640c86702d8)
---
 multimedia/obs-studio/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile
index 6cb0f85f22e6..61f45e8113d2 100644
--- a/multimedia/obs-studio/Makefile
+++ b/multimedia/obs-studio/Makefile
@@ -11,6 +11,7 @@ WWW=		https://obsproject.com/ \
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_armv7=	compilation fails: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] (32-builds aren't supported, see issue 10481)
 BROKEN_i386=	link fails: relocation R_386_PC32 cannot be used against symbol 'strlist_split'; recompile with -fPIC, see https://github.com/obsproject/obs-studio/issues/10481
 
 BUILD_DEPENDS=	asio>0:net/asio \


home | help

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