From faca50afe0adccce11f26b29f439dc08bc26bba5 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich <yuri@FreeBSD.org> Date: Mon, 8 Aug 2022 00:15:52 -0700 Subject: [PATCH] graphics/art: Broken on armv7 Reported by: fallout --- graphics/art/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/art/Makefile b/graphics/art/Makefile index c97e55d48ecb..86dd97759d17 100644 --- a/graphics/art/Makefile +++ b/graphics/art/Makefile @@ -11,6 +11,7 @@ COMMENT= Raw image processing program LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_armv7= compilation fails: use of overloaded operator '[]' is ambiguous, see https://bitbucket.org/agriggio/art/issues/256/build-fails-on-32-bit-architectures-use-of BROKEN_i386= ld: error: undefined symbol: __atomic_load EXTRACT_DEPENDS= gtar:archivers/gtar # bsdtar(1) complains about hard links to itself -- GitLab