pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/hexchat hexchat: Try out MAKE_JOBS_SAFE=no to dea...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a0a3730fcf9
branches: trunk
changeset: 336536:8a0a3730fcf9
user: nia <nia%pkgsrc.org@localhost>
date: Wed Jul 17 09:18:42 2019 +0000
description:
hexchat: Try out MAKE_JOBS_SAFE=no to deal with non-deterministic builds.
diffstat:
chat/hexchat/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 49b58b38c1a9 -r 8a0a3730fcf9 chat/hexchat/Makefile
--- a/chat/hexchat/Makefile Wed Jul 17 09:10:20 2019 +0000
+++ b/chat/hexchat/Makefile Wed Jul 17 09:18:42 2019 +0000
@@ -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 @@
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:
Home |
Main Index |
Thread Index |
Old Index