diff options
author | dholland <dholland@pkgsrc.org> | 2012-03-19 02:12:28 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-03-19 02:12:28 +0000 |
commit | da6bd51025be24b8a4adb9520e1552cfd6358a16 (patch) | |
tree | 5fbddfca63359055e320d8d4ad2b4f222d775758 /security/libyubikey | |
parent | b2f7d9bcd34273ad0b64a7ed27b80978c833cc5b (diff) | |
download | pkgsrc-da6bd51025be24b8a4adb9520e1552cfd6358a16.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/libyubikey')
-rw-r--r-- | security/libyubikey/distinfo | 3 | ||||
-rw-r--r-- | security/libyubikey/patches/patch-Makefile_in | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/security/libyubikey/distinfo b/security/libyubikey/distinfo index e0b8b4b15ff..d374d2b21b7 100644 --- a/security/libyubikey/distinfo +++ b/security/libyubikey/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2012/03/13 15:25:33 pettai Exp $ +$NetBSD: distinfo,v 1.3 2012/03/19 02:12:28 dholland Exp $ SHA1 (libyubikey-1.8.tar.gz) = 9193d49bb4cfccf15d46016b3fe9d11bac4a46bd RMD160 (libyubikey-1.8.tar.gz) = 5d02638b0411d65466fa8c217732d8079b159636 Size (libyubikey-1.8.tar.gz) = 320998 bytes +SHA1 (patch-Makefile_in) = c9f4975597c6c81de6902262a65d54a8d9d74898 diff --git a/security/libyubikey/patches/patch-Makefile_in b/security/libyubikey/patches/patch-Makefile_in new file mode 100644 index 00000000000..c038757e685 --- /dev/null +++ b/security/libyubikey/patches/patch-Makefile_in @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile_in,v 1.1 2012/03/19 02:12:28 dholland Exp $ + +- Makefile is not MAKE_JOBS_SAFE as shipped. + +--- Makefile.in~ 2012-03-13 12:17:03.000000000 +0000 ++++ Makefile.in +@@ -854,7 +854,7 @@ distcleancheck: distclean + exit 1; } >&2 + check-am: all-am + check: check-recursive +-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) ++all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(HEADERS) + install-binPROGRAMS: install-libLTLIBRARIES + + installdirs: installdirs-recursive |