aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-06-14 16:11:03 +0800
committermarino <marino@FreeBSD.org>2015-06-14 16:11:03 +0800
commit48a1ae9275b31e4fb80892ccd1e429f9eab8878b (patch)
tree97b9d383023806bca60560e815b6122087aa94c7 /net
parent0b271a272830e5d2cf2490ce11a15b6e29c93c76 (diff)
downloadfreebsd-ports-gnome-48a1ae9275b31e4fb80892ccd1e429f9eab8878b.tar.gz
freebsd-ports-gnome-48a1ae9275b31e4fb80892ccd1e429f9eab8878b.tar.zst
freebsd-ports-gnome-48a1ae9275b31e4fb80892ccd1e429f9eab8878b.zip
net/sslh is not jobs safe
This port has failed on me twice so far. The problem is that version.h is generated, but common.c doesn't want for that to finish, and it includes the header incomplete.
Diffstat (limited to 'net')
-rw-r--r--net/sslh/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sslh/Makefile b/net/sslh/Makefile
index 69a288ec6f96..42777237bdf3 100644
--- a/net/sslh/Makefile
+++ b/net/sslh/Makefile
@@ -32,6 +32,8 @@ USE_RC_SUBR= sslh
PORTEXAMPLES= example.cfg
+MAKE_JOBS_UNSAFE= yes
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MLIBWRAP}