summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-17 09:18:42 +0000
committernia <nia@pkgsrc.org>2019-07-17 09:18:42 +0000
commit4370d3a84618096915ba5420e5dfe76877b42909 (patch)
treeba3a316267060504b2602163fde0d5253aee8003 /chat
parentd1e571ab9933c980e0e9d6afa4fcf7c8ca4c1eb1 (diff)
downloadpkgsrc-4370d3a84618096915ba5420e5dfe76877b42909.tar.gz
hexchat: Try out MAKE_JOBS_SAFE=no to deal with non-deterministic builds.
Diffstat (limited to 'chat')
-rw-r--r--chat/hexchat/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/hexchat/Makefile b/chat/hexchat/Makefile
index 4f7e3367f2e..38f324b8e43 100644
--- a/chat/hexchat/Makefile
+++ b/chat/hexchat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/05/08 17:19:41 nia Exp $
+# $NetBSD: Makefile,v 1.33 2019/07/17 09:18:42 nia Exp $
DISTNAME= hexchat-2.14.2
CATEGORIES= chat
@@ -41,6 +41,9 @@ PLIST_SUBST+= SOEXT=${SOEXT}
LDFLAGS.SunOS+= -lsocket -lnsl
+# Let's see if this helps with the non-deterministic builds...
+MAKE_JOBS_SAFE= no
+
# I have no idea why it sometimes isn't doing this, causing the build
# to fail without the generated files.
post-configure: