aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2018-03-09 15:21:43 +0800
committerjhale <jhale@FreeBSD.org>2018-03-09 15:21:43 +0800
commitc27851efcb8304b57f080b10e47f329305b20c76 (patch)
tree632d9f2c62ce3710a49d5d30470d4fca74a9f742 /finance
parent30238e0f2804d4f65cae465301bf2a2e1035014a (diff)
downloadfreebsd-ports-gnome-c27851efcb8304b57f080b10e47f329305b20c76.tar.gz
freebsd-ports-gnome-c27851efcb8304b57f080b10e47f329305b20c76.tar.zst
freebsd-ports-gnome-c27851efcb8304b57f080b10e47f329305b20c76.zip
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
Diffstat (limited to 'finance')
-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