summaryrefslogtreecommitdiff
path: root/security/ykclient
diff options
context:
space:
mode:
authordholland <dholland>2012-03-19 03:07:45 +0000
committerdholland <dholland>2012-03-19 03:07:45 +0000
commit780add7d52e217e65ffb4534c645c5ad0f188503 (patch)
tree9ec7e4c847d3aae0d2bfaa00e83d23660232b2b3 /security/ykclient
parent71a8b69cd8a4a06a28fe23c74f02c1550a99bb12 (diff)
downloadpkgsrc-780add7d52e217e65ffb4534c645c5ad0f188503.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/ykclient')
-rw-r--r--security/ykclient/distinfo3
-rw-r--r--security/ykclient/patches/patch-Makefile_in15
2 files changed, 17 insertions, 1 deletions
diff --git a/security/ykclient/distinfo b/security/ykclient/distinfo
index 31901f37384..7cde4d68763 100644
--- a/security/ykclient/distinfo
+++ b/security/ykclient/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/03/13 15:16:00 pettai Exp $
+$NetBSD: distinfo,v 1.2 2012/03/19 03:07:45 dholland Exp $
SHA1 (ykclient-2.7.tar.gz) = 947e69f165bdcdbb4c5bd746e2251622e7f37bac
RMD160 (ykclient-2.7.tar.gz) = e6889c346cc5fbbc7f1f7af668b1e44f44653925
Size (ykclient-2.7.tar.gz) = 344385 bytes
+SHA1 (patch-Makefile_in) = 813bf32fafc2ebadea27a3ccdcb7f93ac3c3bde4
diff --git a/security/ykclient/patches/patch-Makefile_in b/security/ykclient/patches/patch-Makefile_in
new file mode 100644
index 00000000000..0c475fe8f8d
--- /dev/null
+++ b/security/ykclient/patches/patch-Makefile_in
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile_in,v 1.1 2012/03/19 03:07:45 dholland Exp $
+
+- Makefile is not MAKE_JOBS_SAFE as shipped.
+
+--- Makefile.in~ 2011-11-23 13:09:01.000000000 +0000
++++ Makefile.in
+@@ -874,7 +874,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