mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
archivers/par: Mark jobs unsafe
Under multiple jobs, This port showed par.c trying to use header.h before it's target completely built the header, and thus failed.
This commit is contained in:
parent
f3eeb09561
commit
b1529dd334
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377622
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ PORTDOCS= ChangeLog README
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's,-Wall.*-pipe,${CFLAGS}, ; \
|
@${REINPLACE_CMD} -e 's,-Wall.*-pipe,${CFLAGS}, ; \
|
||||||
s,"Linux,"${OPSYS},' ${WRKSRC}/${MAKEFILE}
|
s,"Linux,"${OPSYS},' ${WRKSRC}/${MAKEFILE}
|
||||||
|
|
Loading…
Add table
Reference in a new issue