1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- 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)
This commit is contained in:
Martin Matuska 2009-03-23 15:36:21 +00:00
parent b2a5391713
commit f6a72ebaee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230754
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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