diff options
author | dholland <dholland@pkgsrc.org> | 2012-03-19 03:07:45 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-03-19 03:07:45 +0000 |
commit | 8aa1a28e78f0e63c801afdf155b12deff4ea1008 (patch) | |
tree | 9ec7e4c847d3aae0d2bfaa00e83d23660232b2b3 /security/ykpers | |
parent | b309a16836d7982310e3d8ad1e4815c644b536ea (diff) | |
download | pkgsrc-8aa1a28e78f0e63c801afdf155b12deff4ea1008.tar.gz |
Makefile is not MAKE_JOBS_SAFE as shipped. Patch it up, since it doesn't
appear to require or be using gmake.
Diffstat (limited to 'security/ykpers')
-rw-r--r-- | security/ykpers/distinfo | 3 | ||||
-rw-r--r-- | security/ykpers/patches/patch-Makefile_in | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/security/ykpers/distinfo b/security/ykpers/distinfo index 945b42f369c..7b040886321 100644 --- a/security/ykpers/distinfo +++ b/security/ykpers/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/03/13 15:30:07 pettai Exp $ +$NetBSD: distinfo,v 1.2 2012/03/19 03:07:55 dholland Exp $ SHA1 (ykpers-1.6.3.tar.gz) = f2851d9ed156692c61220cde2d19eb90dd1a90aa RMD160 (ykpers-1.6.3.tar.gz) = e343d66a2eae14638f69fc8bfa42ff5eaac51231 Size (ykpers-1.6.3.tar.gz) = 400062 bytes +SHA1 (patch-Makefile_in) = 78b1667f52367d3ccc9ee637fb2cb40ebd5b2f02 diff --git a/security/ykpers/patches/patch-Makefile_in b/security/ykpers/patches/patch-Makefile_in new file mode 100644 index 00000000000..f26887a53f7 --- /dev/null +++ b/security/ykpers/patches/patch-Makefile_in @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile_in,v 1.1 2012/03/19 03:07:55 dholland Exp $ + +- Makefile is not MAKE_JOBS_SAFE as shipped. + +--- Makefile.in~ 2011-12-15 14:29:10.000000000 +0000 ++++ Makefile.in +@@ -1004,7 +1004,7 @@ distcleancheck: distclean + exit 1; } >&2 + check-am: all-am + check: check-recursive +-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) ++all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) + install-binPROGRAMS: install-libLTLIBRARIES + + installdirs: installdirs-recursive |