pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/xaric wants to link with pthreads



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7da4c2510754
branches:  trunk
changeset: 648549:7da4c2510754
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 15 15:15:30 2015 +0000

description:
wants to link with pthreads

diffstat:

 chat/xaric/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 398e4e1298bb -r 7da4c2510754 chat/xaric/Makefile
--- a/chat/xaric/Makefile       Sun Mar 15 15:10:01 2015 +0000
+++ b/chat/xaric/Makefile       Sun Mar 15 15:15:30 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/06/29 06:23:28 dholland Exp $
+# $NetBSD: Makefile,v 1.23 2015/03/15 15:15:30 tnn Exp $
 #
 
 DISTNAME=      xaric-0.13.6
@@ -16,5 +16,6 @@
 CONFIGURE_ARGS+=       --enable-optimize
 
 .include "../../security/openssl/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index