diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-26 15:57:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-26 15:57:34 +0000 |
commit | 6302677803637b0d4da71a48a8a88a39a31ad7df (patch) | |
tree | b4ba78ec9775b441345df21f42ae8cc394e46f9f /sysutils/amanda-common | |
parent | 0a66125bf112979018ad528c29d738225d7da06b (diff) | |
download | pkgsrc-6302677803637b0d4da71a48a8a88a39a31ad7df.tar.gz |
Racy build.
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r-- | sysutils/amanda-common/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index 6b96013463f..fe3de47e368 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.69 2015/02/09 18:35:12 gdt Exp $ +# $NetBSD: Makefile,v 1.70 2015/03/26 15:57:34 joerg Exp $ PKGNAME= amanda-common-${AMANDA_VERSION} PKGREVISION= 7 COMMENT= Common libraries and binaries for Amanda +# genversion.c:37:10: fatal error: 'genversion.h' file not found +MAKE_JOBS_SAFE= no + .include "../../sysutils/amanda-common/Makefile.common" CPPFLAGS.SunOS+= -D_LARGEFILE64_SOURCE |