diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 13:55:17 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-11-30 13:55:17 +0800 |
commit | 14295721d421096cb5551d3e1766855a52311df7 (patch) | |
tree | 091112aa72274375ca573520ce5e99f32b2c8aff /science | |
parent | 31eb9a640d033841216e7abfae5f66a9078495f6 (diff) | |
download | freebsd-ports-gnome-14295721d421096cb5551d3e1766855a52311df7.tar.gz freebsd-ports-gnome-14295721d421096cb5551d3e1766855a52311df7.tar.zst freebsd-ports-gnome-14295721d421096cb5551d3e1766855a52311df7.zip |
For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.
This is part one of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'science')
-rw-r--r-- | science/simlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/simlib/Makefile b/science/simlib/Makefile index 4de04dd526c1..fa3b6d83614c 100644 --- a/science/simlib/Makefile +++ b/science/simlib/Makefile @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CXXFLAGS+= -fPIC -NOT_FOR_ARCHS= aarch64 armv6 mips mips64 powerpc powerpc64 sparc64 +NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code post-patch: |