aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-10-11 05:31:30 +0800
committerlinimon <linimon@FreeBSD.org>2017-10-11 05:31:30 +0800
commitbc940feb08f69c198c2d6ba70142c26f6a35f8ff (patch)
treef3d89a0399e1e0896808a5ab7c804ecd549e47db /science
parent8be4719cfd2cb75c5c21d067453d3464fc2be7e7 (diff)
downloadfreebsd-ports-gnome-bc940feb08f69c198c2d6ba70142c26f6a35f8ff.tar.gz
freebsd-ports-gnome-bc940feb08f69c198c2d6ba70142c26f6a35f8ff.tar.zst
freebsd-ports-gnome-bc940feb08f69c198c2d6ba70142c26f6a35f8ff.zip
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should "do no harm". PR: 221894 (partial)
Diffstat (limited to 'science')
-rw-r--r--science/openkim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/openkim/Makefile b/science/openkim/Makefile
index e82142798f5d..7908c772cd61 100644
--- a/science/openkim/Makefile
+++ b/science/openkim/Makefile
@@ -22,7 +22,7 @@ MAKE_JOBS_UNSAFE=yes
.include <bsd.port.options.mk>
# Is there a better way to detect 32-bit systems?
-.if ${ARCH} == "armv6" || ${ARCH} == "i386" || ${ARCH} == "mips" || ${ARCH} == "powerpc"
+.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == mips || ${ARCH} == powerpc
MAKE_ENV+= KIM_SYSTEM32="yes"
.endif