pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/hexchat
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 17 09:18:42 UTC 2019
Modified Files:
pkgsrc/chat/hexchat: Makefile
Log Message:
hexchat: Try out MAKE_JOBS_SAFE=no to deal with non-deterministic builds.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/chat/hexchat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/hexchat/Makefile
diff -u pkgsrc/chat/hexchat/Makefile:1.32 pkgsrc/chat/hexchat/Makefile:1.33
--- pkgsrc/chat/hexchat/Makefile:1.32 Wed May 8 17:19:41 2019
+++ pkgsrc/chat/hexchat/Makefile Wed Jul 17 09:18:42 2019
@@ -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:
Home |
Main Index |
Thread Index |
Old Index