aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2022-03-25 09:53:21 +0000
committerMikael Urankar <mikael@FreeBSD.org>2022-03-25 09:57:05 +0000
commit871482aa42dbe8f6521375b0ae92966829ea4692 (patch)
treeb73dd91e0b9586468caf945eadea36c9fac6f2bc
parentb306c00db07b80036b3edbd422efee1a7dc14e71 (diff)
downloadports-871482aa42dbe8f6521375b0ae92966829ea4692.tar.gz
ports-871482aa42dbe8f6521375b0ae92966829ea4692.zip
graphics/opendx: Fix arch name
It's aarch64 not arm64. While here: use BROKEN_aarch64 instead of NOT_FOR_ARCHS (same as the other ports with the same problem) add the error message Approved by: portmgr (Trivial fixes blanket)
-rw-r--r--graphics/opendx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index e2d31a69bec6..bbae21841a99 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -15,8 +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= arm64
-NOT_FOR_ARCHS_REASON= does not build
+BROKEN_aarch64= fails to link: undefined symbol: sbrk
LIB_DEPENDS= libtiff.so:graphics/tiff \
libcdf.so:science/cdf