diff options
author | jhale <jhale@FreeBSD.org> | 2018-03-09 15:21:43 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-03-09 15:21:43 +0800 |
commit | c27851efcb8304b57f080b10e47f329305b20c76 (patch) | |
tree | 632d9f2c62ce3710a49d5d30470d4fca74a9f742 /finance | |
parent | 30238e0f2804d4f65cae465301bf2a2e1035014a (diff) | |
download | freebsd-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/Makefile | 5 |
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 |