diff options
author | joerg <joerg@pkgsrc.org> | 2014-06-14 16:19:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-06-14 16:19:02 +0000 |
commit | 29142f68dabe10b68290396967eb84fafdb8b15e (patch) | |
tree | 7ea69ac823fe9b03b01087985cf37eef42611001 | |
parent | f6a0ef8c8d71f65a8865fd05c06fc65e636ce1a0 (diff) | |
download | pkgsrc-29142f68dabe10b68290396967eb84fafdb8b15e.tar.gz |
Race conditions when creating directories.
-rw-r--r-- | textproc/cmigemo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/cmigemo/Makefile b/textproc/cmigemo/Makefile index 615b27c0a80..ed08a21dd2d 100644 --- a/textproc/cmigemo/Makefile +++ b/textproc/cmigemo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/05/29 23:37:33 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/06/14 16:19:02 joerg Exp $ # DISTNAME= cmigemo-default-src-20110227 @@ -14,6 +14,8 @@ HOMEPAGE= http://www.kaoriya.net/software/cmigemo COMMENT= Migemo library implemented in C LICENSE= mit +MAKE_JOBS_SAFE= no + # sync with inputmethod/skk-jisyo-cdb SKKJISYO_VERS= 201102 JISYOFILE= SKK-JISYO.L.${SKKJISYO_VERS}.bz2 |