diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 15:15:30 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 15:15:30 +0000 |
commit | 2ce5e4bebf19fb88e924dc3f42fda1da9d3c051b (patch) | |
tree | 9ddce5102050b21ac19fd58ce44360d213db253b | |
parent | a3b9c9dc493d52e1fdb302ed3db13cb33aece928 (diff) | |
download | pkgsrc-2ce5e4bebf19fb88e924dc3f42fda1da9d3c051b.tar.gz |
wants to link with pthreads
-rw-r--r-- | chat/xaric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile index d2d113ac58c..3349463fbaf 100644 --- a/chat/xaric/Makefile +++ b/chat/xaric/Makefile @@ -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 @@ USE_TOOLS+= gmake CONFIGURE_ARGS+= --enable-optimize .include "../../security/openssl/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |