diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2009-03-23 15:36:21 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2009-03-23 15:36:21 +0000 |
| commit | f6a72ebaee2ead8a9bb106787b790f116fece9b9 (patch) | |
| tree | ea90487b1a901f29bc676ad70aa6db190f6eaaf2 /databases/db45 | |
| parent | - Fix daf045d7-b211-11dd-a987-000c29ca8953 (diff) | |
- Add MAKE_JOBS_SAFE variable (enable SMP compilation)
- Tinderbox tested on SMP systems i386 + amd64
PR: ports/132970
Submitted by: mm (myself)
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Diffstat (limited to 'databases/db45')
| -rw-r--r-- | databases/db45/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/db45/Makefile b/databases/db45/Makefile index 9441dad04f78..e1de74057174 100644 --- a/databases/db45/Makefile +++ b/databases/db45/Makefile @@ -28,6 +28,7 @@ CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \ --bindir=${PREFIX}/bin/${PORTNAME} CONFIGURE_SCRIPT= ../dist/configure GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes INSTALL_TARGET= install_include install_lib install_utilities LIBTOOLFILES= ${CONFIGURE_SCRIPT} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix |
