1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

deskutils/wyrd is not jobs safe

Like most (all?) OCaml ports, wyrd is not jobs safe.  It tries to use
mt_curses.o before it's fully built.  I've seen this fail multiple times,
although fairly infrequently.
This commit is contained in:
John Marino 2016-03-23 08:56:57 +00:00
parent 7376a05de4
commit c3aa3d4742
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411688

View File

@ -28,6 +28,8 @@ PORTDOCS= manual.html manual.pdf
OPTIONS_DEFINE= UTF8 DOCS
UTF8_CONFIGURE_ENABLE= utf8
MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} 's|gcc|${CC}|' ${WRKSRC}/curses/curses.ml