Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2022 19:28:20 GMT
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b8af64f3ddf6 - main - graphics/opendx: Correction to b63245a59cda.
Message-ID:  <202203231928.22NJSKMo080582@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen:

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

commit b8af64f3ddf66537cf6bb7fb766e66a8df7ab885
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-03-23 19:26:38 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-03-23 19:26:38 +0000

    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		\



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