Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 06:43:49 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455170 - head/science/hdf
Message-ID:  <201711300643.vAU6hnUr042275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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]*



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