From b8af64f3ddf66537cf6bb7fb766e66a8df7ab885 Mon Sep 17 00:00:00 2001
From: Stephen Montgomery-Smith <stephen@FreeBSD.org>
Date: Wed, 23 Mar 2022 14:26:38 -0500
Subject: [PATCH] graphics/opendx: Correction to b63245a59cda.

- Broken for arm64, not amd64.

Reported by:	Thierry Thomas <thierry@freebsd.org>
---
 graphics/opendx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index 8e270545df76..e2d31a69bec6 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -15,7 +15,7 @@ LICENSE_NAME=	IBM PUBLIC LICENSE - Open Visualization Data Explorer VERSION 1.0
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-NOT_FOR_ARCHS=	amd64
+NOT_FOR_ARCHS=	arm64
 NOT_FOR_ARCHS_REASON=	does not build
 
 LIB_DEPENDS=	libtiff.so:graphics/tiff		\
-- 
GitLab