Date: Thu, 6 Feb 2014 14:11:48 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343087 - head/databases/db41 Message-ID: <201402061411.s16EBm0G062078@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Feb 6 14:11:47 2014 New Revision: 343087 URL: http://svnweb.freebsd.org/changeset/ports/343087 QAT: https://qat.redports.org/buildarchive/r343087/ Log: - Stage support Modified: head/databases/db41/Makefile Modified: head/databases/db41/Makefile ============================================================================== --- head/databases/db41/Makefile Thu Feb 6 14:10:06 2014 (r343086) +++ head/databases/db41/Makefile Thu Feb 6 14:11:47 2014 (r343087) @@ -23,11 +23,12 @@ DEPRECATED= Please use databases/db5 or 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061411.s16EBm0G062078>