Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2022 07:16:32 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: faca50afe0ad - main - graphics/art: Broken on armv7
Message-ID:  <202208080716.2787GWQU033037@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=faca50afe0adccce11f26b29f439dc08bc26bba5

commit faca50afe0adccce11f26b29f439dc08bc26bba5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-08 07:15:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-08 07:15:52 +0000

    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



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