aboutsummaryrefslogtreecommitdiff
path: root/databases/db5/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-09-01 14:49:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-09-01 14:49:09 +0000
commit862706673087fab50f9b50317405efe4cc3f2b3a (patch)
treeb080dc6d9ba09dbeff5f567c4e39f263f1600b00 /databases/db5/Makefile
parentff37942fd09b710c244a250e38a8053a7652f6be (diff)
downloadports-862706673087fab50f9b50317405efe4cc3f2b3a.tar.gz
ports-862706673087fab50f9b50317405efe4cc3f2b3a.zip
The src tree is splitting 32-bit arm support into 'armv6' and the new
'armv7'. This patch adds armv7 support. It should provide no regression on any existing architecture. PR: 221921 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=449083
Diffstat (limited to 'databases/db5/Makefile')
-rw-r--r--databases/db5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/db5/Makefile b/databases/db5/Makefile
index 57e78326e8b3..bbdff2e8aaef 100644
--- a/databases/db5/Makefile
+++ b/databases/db5/Makefile
@@ -69,7 +69,7 @@ DOCS_INSTALL_TARGET= install_docs
.include <bsd.port.options.mk>
-.if ${ARCH} == "aarch64" || ${ARCH:Marmv6*}
+.if ${ARCH} == aarch64 || ${ARCH:Marmv*}
# db5 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227
# and also bug#205001
CONFIGURE_ARGS+= --enable-posixmutexes