pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/howl Include pthread.buildlink3.mk. Should fix the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4295691b9776
branches:  trunk
changeset: 479553:4295691b9776
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Aug 16 23:21:56 2004 +0000

description:
Include pthread.buildlink3.mk. Should fix the problem seen in
Krister's 1.6.2 bulk build.

diffstat:

 net/howl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r b68cc671c65b -r 4295691b9776 net/howl/Makefile
--- a/net/howl/Makefile Mon Aug 16 22:26:14 2004 +0000
+++ b/net/howl/Makefile Mon Aug 16 23:21:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 19:03:12 nathanw Exp $
+# $NetBSD: Makefile,v 1.2 2004/08/16 23:21:56 schmonz Exp $
 
 DISTNAME=              howl-0.9.5
 CATEGORIES=            net
@@ -13,4 +13,5 @@
 GNU_CONFIGURE=         yes
 
 .include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index