diff options
author | marino <marino@FreeBSD.org> | 2014-08-31 23:52:47 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-31 23:52:47 +0800 |
commit | 087030c9a3d3a7582043e4f939b588f20f4efefb (patch) | |
tree | addb35beb1ac6612856a9ac24ed7099e2456ada4 /games | |
parent | 817d569a8f4fcfe3359e2e376936d31f301789b3 (diff) | |
download | freebsd-ports-gnome-087030c9a3d3a7582043e4f939b588f20f4efefb.tar.gz freebsd-ports-gnome-087030c9a3d3a7582043e4f939b588f20f4efefb.tar.zst freebsd-ports-gnome-087030c9a3d3a7582043e4f939b588f20f4efefb.zip |
Make 7 ports jobs unsafe
A number of ports failed on the DragonFly package builder when
theoretically all of them should build. They had errors in logs
indicating that was parallel building issue. Rerunning through again
with -j1 resulted in a good build. There were more than 7, but these
seven are the ports that I'm confident are not 100% jobs safe based on
the errors seen.
Diffstat (limited to 'games')
-rw-r--r-- | games/cataclysm-dda/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile index 9bb040083b3c..b18f82abc5a1 100644 --- a/games/cataclysm-dda/Makefile +++ b/games/cataclysm-dda/Makefile @@ -26,6 +26,8 @@ MAKE_ARGS+= RELEASE=1 CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= NLS DOCS OPTIONS_DEFAULT=NCURSES OPTIONS_SINGLE= UI |