pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/watchman wants to link with pthreads



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d712520b953
branches:  trunk
changeset: 648554:5d712520b953
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 15 15:28:24 2015 +0000

description:
wants to link with pthreads

diffstat:

 sysutils/watchman/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 45e74fdb67eb -r 5d712520b953 sysutils/watchman/Makefile
--- a/sysutils/watchman/Makefile        Sun Mar 15 15:25:57 2015 +0000
+++ b/sysutils/watchman/Makefile        Sun Mar 15 15:28:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/02/14 22:36:53 nros Exp $
+# $NetBSD: Makefile,v 1.5 2015/03/15 15:28:24 tnn Exp $
 
 DISTNAME=      watchman-${VERSION}
 VERSION=       3.0.0
@@ -21,4 +21,5 @@
        cd ${WRKSRC} && ${SH} autogen.sh
 
 .include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index