pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cowpatty: fix build with make -j.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue May 31 11:37:10 2016 +0200
Changeset:	e79469cde5ac154fa877ea61fe08359ff5f030dc

Modified Files:
	cowpatty/distinfo
	cowpatty/patches/patch-Makefile

Log Message:
cowpatty: fix build with make -j.

From Anon.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e79469cde5ac154fa877ea61fe08359ff5f030dc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cowpatty/distinfo               | 2 +-
 cowpatty/patches/patch-Makefile | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/cowpatty/distinfo b/cowpatty/distinfo
index 931a7ea..ab73447 100644
--- a/cowpatty/distinfo
+++ b/cowpatty/distinfo
@@ -3,5 +3,5 @@ $NetBSD: distinfo,v 1.1 2013/05/24 11:40:31 othyro Exp $
 SHA1 (cowpatty-4.3.tgz) = 8b7cb2015d0534031827f2f06135bf5cf5929d35
 RMD160 (cowpatty-4.3.tgz) = 3eff935f1532f84c60bfd576801be4d6911964d1
 Size (cowpatty-4.3.tgz) = 103720 bytes
-SHA1 (patch-Makefile) = 6acbef7a9217095dfa72aa46d992569962d569cf
+SHA1 (patch-Makefile) = 0aa406d52d1a4c9b134aa921acbae12e0d7f6c08
 SHA1 (patch-common.h) = 06f1aa83a1dfc1dd2e286a4eafb54e7978e95d65
diff --git a/cowpatty/patches/patch-Makefile b/cowpatty/patches/patch-Makefile
index 8444c1a..3188240 100644
--- a/cowpatty/patches/patch-Makefile
+++ b/cowpatty/patches/patch-Makefile
@@ -18,7 +18,8 @@ Fix install paths.
 +PREFIX		?= /usr/local
 +BINDIR		= $(PREFIX)/bin
  
- all: $(PROGOBJ) $(PROG)
+-all: $(PROGOBJ) $(PROG)
++all: $(PROGOBJ) .WAIT $(PROG)
  
  cowpatty: common.h md5.c md5.h sha1.h cowpatty.c cowpatty.h sha1.c \
              sha1.h utils.c utils.h


Home | Main Index | Thread Index | Old Index