Skip to content

Commit

Permalink
graphics/opendx: Fix arch name
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
MikaelUrankar committed Mar 25, 2022
1 parent b306c00 commit 871482a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions graphics/opendx/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 871482a

Please sign in to comment.