diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2015-05-07 17:35:33 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2015-05-07 17:35:33 +0000 |
commit | 7af063b404e205e6cf8e54a94794a1d81c29cc38 (patch) | |
tree | b0db791152b13eb98cea2ce3157696d136d24a19 /databases/db6 | |
parent | fe8c93a3226d4cedb82a0d588579486a45d9901a (diff) | |
download | ports-7af063b404e205e6cf8e54a94794a1d81c29cc38.tar.gz ports-7af063b404e205e6cf8e54a94794a1d81c29cc38.zip |
Notes
Diffstat (limited to 'databases/db6')
-rw-r--r-- | databases/db6/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/db6/Makefile b/databases/db6/Makefile index 4401709a767c..2c9f3312a047 100644 --- a/databases/db6/Makefile +++ b/databases/db6/Makefile @@ -40,6 +40,11 @@ SQL_DESC= Enable SQL API (EXPERIMENTAL) .include <bsd.port.options.mk> +.if ${ARCH} == "armv6" +# db6 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227 +CONFIGURE_ARGS+= --enable-posixmutexes +.endif + .if ${PORT_OPTIONS:MDOCS} INSTALL_TARGET+=install_docs PORTDOCS= * |