git: 67974782b3b1 - main - graphics/magnum: Broken on 15/armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 23 Dec 2024 10:08:00 UTC
The branch main has been updated by yuri:

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

commit 67974782b3b1f0c6293de46aba04b541460d7fa3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-23 04:59:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-23 10:07:55 +0000

    graphics/magnum: Broken on 15/armv7
    
    Reported by:    fallout
---
 graphics/magnum/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/magnum/Makefile b/graphics/magnum/Makefile
index 4f1829298997..9eff416b32a7 100644
--- a/graphics/magnum/Makefile
+++ b/graphics/magnum/Makefile
@@ -13,6 +13,8 @@ WWW=		https://magnum.graphics/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_15_armv7=	build broken: Unsupported relocation type 160 in non-PLT relocations, see https://github.com/mosra/magnum/issues/657
+
 LIB_DEPENDS=	libCorradeUtility.so:devel/corrade
 
 USES=		cmake compiler:c++11-lang gl