From 862706673087fab50f9b50317405efe4cc3f2b3a Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 1 Sep 2017 14:49:09 +0000 Subject: 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 --- databases/db5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/db5') 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 -.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 -- cgit v1.2.3