diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-16 23:21:14 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-16 23:21:14 +0000 |
commit | e8f3fdc89021c717255049b827c382b678556b33 (patch) | |
tree | 52f633b7c711fd1c2cc639470ac5c6e2dec4cf0d /security | |
parent | 80df4e8c06865c7dc9350c3d79baec70e1676835 (diff) | |
download | pkgsrc-e8f3fdc89021c717255049b827c382b678556b33.tar.gz |
Add patch I've been carrying around to fix the MAKE_JOBS build.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-yubico/distinfo | 3 | ||||
-rw-r--r-- | security/pam-yubico/patches/patch-Makefile_in | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/security/pam-yubico/distinfo b/security/pam-yubico/distinfo index ae5a297de27..0d01f4560f5 100644 --- a/security/pam-yubico/distinfo +++ b/security/pam-yubico/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2012/06/16 20:45:33 pettai Exp $ +$NetBSD: distinfo,v 1.3 2012/06/16 23:21:14 dholland Exp $ SHA1 (pam_yubico-2.12.tar.gz) = 37bc2c19b3aaa43f2394eb33241ce95fe37c24c6 RMD160 (pam_yubico-2.12.tar.gz) = 81aac096d20dd992edf06d8135a6fdb878c77e81 Size (pam_yubico-2.12.tar.gz) = 367164 bytes +SHA1 (patch-Makefile_in) = 7981018066034283ae7fb67c5d502b0ac89191b6 diff --git a/security/pam-yubico/patches/patch-Makefile_in b/security/pam-yubico/patches/patch-Makefile_in new file mode 100644 index 00000000000..96181c283dc --- /dev/null +++ b/security/pam-yubico/patches/patch-Makefile_in @@ -0,0 +1,15 @@ +$NetBSD: patch-Makefile_in,v 1.1 2012/06/16 23:21:14 dholland Exp $ + +Fix MAKE_JOBS build. + +--- Makefile.in~ 2012-02-10 12:40:35.000000000 +0000 ++++ Makefile.in +@@ -921,7 +921,7 @@ check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) + $(MAKE) $(AM_MAKEFLAGS) check-TESTS + check: check-am +-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) ++all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(MANS) $(HEADERS) + install-binPROGRAMS: install-libLTLIBRARIES + + installdirs: |