diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2015-12-19 11:03:36 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2015-12-19 11:03:36 +0000 |
commit | 4d3fb10844a842e502956a6b4009b3cacba68d94 (patch) | |
tree | 41b86d4ebbd2dd1d73d835a0c083615db7327486 /databases/db5 | |
parent | 9eff735e9cf25329d2786b394d1a262fab7d22eb (diff) |
Notes
Diffstat (limited to 'databases/db5')
-rw-r--r-- | databases/db5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/db5/Makefile b/databases/db5/Makefile index 95187b664bc1..a323233c9ed3 100644 --- a/databases/db5/Makefile +++ b/databases/db5/Makefile @@ -3,7 +3,7 @@ PORTNAME= db5 PORTVERSION= 5.3.28 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases java MASTER_SITES= http://download.oracle.com/berkeley-db/ PKGNAMEPREFIX?= @@ -39,8 +39,9 @@ SQL_DESC= Enable SQL API (EXPERIMENTAL) .include <bsd.port.options.mk> -.if ${ARCH} == "aarch64" || ${ARCH} == "armv6" +.if ${ARCH} == "aarch64" || ${ARCH:Marmv6*} # db5 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227 +# also bug#205001 CONFIGURE_ARGS+= --enable-posixmutexes .endif |