Mark MAKE_JOBS_SAFE for SMP compilation
This commit is contained in:
parent
ded1781890
commit
e1229a79b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231036
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links
|
|||
|
||||
PLIST_FILES= bin/edonkey-tool-hash
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/ed2k_hash-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
|
|
Loading…
Reference in a new issue