diff options
author | asau <asau> | 2009-03-17 22:31:10 +0000 |
---|---|---|
committer | asau <asau> | 2009-03-17 22:31:10 +0000 |
commit | 75d54e8e2da732d274c10047d30f0c7f2d1b0d9a (patch) | |
tree | b984e7b7748bedf2741ac396991d45e4cd8a7ec8 /sysutils | |
parent | 086a36a95f0a7faf00ab3adcc58e36973658cf47 (diff) | |
download | pkgsrc-75d54e8e2da732d274c10047d30f0c7f2d1b0d9a.tar.gz |
Mark as make jobs unsafe.
This affects both sysutils/gamin and sysutils/libgamin.
PR pkg/41031 by Ryo HAYASAKA, tested by Daniel Horecki.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gamin/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gamin/Makefile.common b/sysutils/gamin/Makefile.common index 35ebc78d263..5348966a5a3 100644 --- a/sysutils/gamin/Makefile.common +++ b/sysutils/gamin/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2009/03/17 13:34:06 jmcneill Exp $ +# $NetBSD: Makefile.common,v 1.3 2009/03/17 22:31:10 asau Exp $ # # used by sysutils/gamin/Makefile # used by sysutils/libgamin/Makefile @@ -15,6 +15,8 @@ COMMENT= File alteration monitor CONFLICTS= fam-[0-9]* +MAKE_JOBS_SAFE= no + USE_LIBTOOL= yes USE_TOOLS+= pkg-config GNU_CONFIGURE= yes |