diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-25 15:04:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-25 15:04:08 +0000 |
commit | 3ee5591a69372c417c81e75bdb92823ad5d43009 (patch) | |
tree | 992edcf43de3d100d8a9491d5c58431c194d3b3c /archivers | |
parent | ce8f172925f2a069875e018a597ebaed933e8207 (diff) |
- Mark MAKE_JOBS_SAFE for SMP compilation
Notes
Notes:
svn path=/head/; revision=230975
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dact/Makefile | 1 | ||||
-rw-r--r-- | archivers/lzmalib/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index c06c3c7b89d7..938d58bdd5cc 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/lib CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/archivers/lzmalib/Makefile b/archivers/lzmalib/Makefile index 22d34f9fdb62..03aefa115f48 100644 --- a/archivers/lzmalib/Makefile +++ b/archivers/lzmalib/Makefile @@ -16,5 +16,6 @@ COMMENT= Thin wrapper library of LZMA GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes .include <bsd.port.mk> |