diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 06:43:49 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 06:43:49 +0000 |
commit | b9fc4cbf35867558591fd7a0e95ff8cc6c59fe20 (patch) | |
tree | 58c62699347747c9eac15b2ea89496cc13bda5c5 /science/hdf/Makefile | |
parent | 6dcfef2f2767cc83ea8b6f71459695932c21b143 (diff) | |
download | ports-b9fc4cbf35867558591fd7a0e95ff8cc6c59fe20.tar.gz ports-b9fc4cbf35867558591fd7a0e95ff8cc6c59fe20.zip |
Notes
Diffstat (limited to 'science/hdf/Makefile')
-rw-r--r-- | science/hdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 44241c39c031..62985b7440d0 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -15,7 +15,7 @@ COMMENT= Hierarchical Data Format library (from NCSA) LIB_DEPENDS= libsz.so:science/szip BROKEN_powerpc64= Does not build: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'you' -NOT_FOR_ARCHS= aarch64 armv6 +NOT_FOR_ARCHS= aarch64 armv6 armv7 NOT_FOR_ARCHS_REASON= fails to compile: no machine type has been defined CONFLICTS_INSTALL= netcdf-4.[0-9]* |