- Stage support

This commit is contained in:
Martin Wilke 2014-02-06 14:11:47 +00:00
parent 5531049ac9
commit 0ae9682fc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343087

View File

@ -23,11 +23,12 @@ DEPRECATED= Please use databases/db5 or db6 for new installs.
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
USES= desthack
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../dist/configure
CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \
--enable-cxx --enable-dynamic \
--includedir=${PREFIX}/include/db41
--includedir=${STAGEDIR}${PREFIX}/include/db41
USE_LDCONFIG= yes
.include <bsd.port.options.mk>
@ -37,8 +38,6 @@ INSTALL_TARGET= install install_docs
PORTDOCS= *
.endif
NO_STAGE= yes
.if ${ARCH} == amd64
CONFIGURE_ARGS+= --with-mutex=x86/gcc-assembly
.endif