summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-03-09 07:21:43 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-03-09 07:21:43 +0000
commit83faeecedb04e98a6cc1a2d997e763627901b55f (patch)
tree632d9f2c62ce3710a49d5d30470d4fca74a9f742
parentNew port: math/py-seaborn: Statistical data visualization (diff)
Mark MAKE_JOBS_UNSAFE to try to resolve intermittent build failures on the
package build cluster. It appears that kmymoneysetting.cpp is being compiled before it is fully generated. PR: 225266 Submitted by: jbeich Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=463935
-rw-r--r--finance/kmymoney-kde4/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile
index 96ac9d7b638b..cb9b62251da6 100644
--- a/finance/kmymoney-kde4/Makefile
+++ b/finance/kmymoney-kde4/Makefile
@@ -27,6 +27,11 @@ USE_LDCONFIG= yes
SHEBANG_FILES= kmymoney/misc/financequote.pl
+# PR: 225266
+# Intermittent failures on build cluster (race condition trying to compile
+# kmymoneysettings.cpp before it is fully generated by kconfig_compiler)
+MAKE_JOBS_UNSAFE= yes
+
OPTIONS_DEFINE= NLS CALENDAR KBANKING OFX QUOTES
OPTIONS_DEFAULT= CALENDAR
OPTIONS_SUB= yes