summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-03-23 08:56:57 +0000
committerJohn Marino <marino@FreeBSD.org>2016-03-23 08:56:57 +0000
commitc3aa3d4742b0559c60ecf12361cfe0d365734cfa (patch)
tree6fe484566332239708ef63e5b2fc4cc118f133cf /deskutils
parentemulators/advancemess is not jobs safe (diff)
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.
Notes
Notes: svn path=/head/; revision=411688
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/wyrd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/wyrd/Makefile b/deskutils/wyrd/Makefile
index 1870aa21527d..1222466d1057 100644
--- a/deskutils/wyrd/Makefile
+++ b/deskutils/wyrd/Makefile
@@ -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