www/webstone is not jobs safe

I'm not sure what changed, but recently this port fails quite often
in a multijob environment.  It appears to be trying to link before
all the object files are created.
This commit is contained in:
John Marino 2016-01-21 22:24:47 +00:00
parent 9d319cb1c9
commit 71590dbc99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406883

View File

@ -22,6 +22,8 @@ CONFIGURE_WRKSRC= ${WRKSRC}/src
BUILD_WRKSRC= ${WRKSRC}/src
ALL_TARGET= install
MAKE_JOBS_UNSAFE= yes
post-patch:
@${FIND} ${WRKSRC}/bin -name "*.pl" -o -name "*.wpl" | ${XARGS} \
${REINPLACE_CMD} -i '' -e '1s|.*perl.*|#!${perl_CMD}|'