diff options
author | mm <mm@FreeBSD.org> | 2009-03-23 23:36:21 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-23 23:36:21 +0800 |
commit | 040473ad4670f91a6a1470fb085008a8886df236 (patch) | |
tree | def906fa2ef1fb3cd2b7d480ab680d84b775fff2 | |
parent | 1608ba64bf55e0b09c468edd4de5a2af2591b12b (diff) | |
download | freebsd-ports-gnome-040473ad4670f91a6a1470fb085008a8886df236.tar.gz freebsd-ports-gnome-040473ad4670f91a6a1470fb085008a8886df236.tar.zst freebsd-ports-gnome-040473ad4670f91a6a1470fb085008a8886df236.zip |
- 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)
-rw-r--r-- | databases/db45/Makefile | 1 | ||||
-rw-r--r-- | databases/db46/Makefile | 1 | ||||
-rw-r--r-- | databases/db47/Makefile | 3 |
3 files changed, 4 insertions, 1 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 diff --git a/databases/db46/Makefile b/databases/db46/Makefile index 00fd1cbd4bc5..0a46cb5de7e5 100644 --- a/databases/db46/Makefile +++ b/databases/db46/Makefile @@ -42,6 +42,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 diff --git a/databases/db47/Makefile b/databases/db47/Makefile index 55e48dae3c00..670ca18ddd04 100644 --- a/databases/db47/Makefile +++ b/databases/db47/Makefile @@ -23,7 +23,7 @@ PATCH_DIST_STRIP= -d .. --ignore-whitespace # # * patch.4.7.25.2: ----------------------------------------------------------- # # [#16415] DB_ENV->lock_get may self deadlock if user defined locks -# are used and there is only one lock partition defined. +# are used and there is only one lock partition defined. # I allow matthias.andree@gmx.de and all freebsd committer to do changes # to this package. @@ -39,6 +39,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 |