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

(-)databases/db5/Makefile (+5 lines)
Lines 39-44 Link Here
39
39
40
.include <bsd.port.options.mk>
40
.include <bsd.port.options.mk>
41
41
42
.if ${ARCH} == "armv6"
43
# db5 uses a deprecated instruction for mutexes on ARM
44
CONFIGURE_ARGS+= --enable-posixmutexes
45
.endif
46
42
.if ${PORT_OPTIONS:MDOCS}
47
.if ${PORT_OPTIONS:MDOCS}
43
INSTALL_TARGET+=install_docs docdir=${DOCSDIR}
48
INSTALL_TARGET+=install_docs docdir=${DOCSDIR}
44
PORTDOCS=	*
49
PORTDOCS=	*

Return to bug 197227