pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/cgit wants to link with pthreads



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87af67cab941
branches:  trunk
changeset: 648398:87af67cab941
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Mar 14 13:47:44 2015 +0000

description:
wants to link with pthreads

diffstat:

 www/cgit/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r ce389ca79e01 -r 87af67cab941 www/cgit/Makefile
--- a/www/cgit/Makefile Sat Mar 14 13:33:46 2015 +0000
+++ b/www/cgit/Makefile Sat Mar 14 13:47:44 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/03/13 17:53:44 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2015/03/14 13:47:44 tnn Exp $
 
 DISTNAME=      cgit-0.10.2
 CATEGORIES=    www
@@ -48,4 +48,5 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index