svn commit: r455170 - head/science/hdf
Mark Linimon
linimon at FreeBSD.org
Thu Nov 30 06:43:50 UTC 2017
Author: linimon
Date: Thu Nov 30 06:43:49 2017
New Revision: 455170
URL: https://svnweb.freebsd.org/changeset/ports/455170
Log:
Also not for armv7. Missed in previous sweep.
Modified:
head/science/hdf/Makefile
Modified: head/science/hdf/Makefile
==============================================================================
--- head/science/hdf/Makefile Thu Nov 30 06:42:57 2017 (r455169)
+++ head/science/hdf/Makefile Thu Nov 30 06:43:49 2017 (r455170)
@@ -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]*
More information about the svn-ports-head
mailing list