View | Details | Raw Unified | Return to bug 221921
Collapse All | Expand All

(-)databases/db5/Makefile (-1 / +1 lines)
Lines 69-75 Link Here
69
69
70
.include <bsd.port.options.mk>
70
.include <bsd.port.options.mk>
71
71
72
.if ${ARCH} == "aarch64" || ${ARCH:Marmv6*}
72
.if ${ARCH} == aarch64 || ${ARCH:Marmv*}
73
# db5 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227
73
# db5 uses a deprecated instruction for mutexes on ARM, fbsd bug#197227
74
# and also bug#205001
74
# and also bug#205001
75
CONFIGURE_ARGS+=	--enable-posixmutexes
75
CONFIGURE_ARGS+=	--enable-posixmutexes

Return to bug 221921