From 27debdfe9664752fbbfbea021a21556e8148c197 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sat, 9 Oct 2004 16:59:18 +0000 Subject: [PATCH] This pkg uses threads. --- ham/tlf/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile index aec729be5b62..985bf0ca013b 100644 --- a/ham/tlf/Makefile +++ b/ham/tlf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:59 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/09 16:59:18 kristerw Exp $ # DISTNAME= tlf-0.9.20 @@ -15,6 +15,7 @@ USE_BUILDLINK3= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes BUILD_USES_MSGFMT=yes +PTHREAD_OPTS+= require CONFIGURE_ARGS= --enable-hamlib @@ -23,10 +24,11 @@ post-patch: .include "../../mk/bsd.prefs.mk" -LIBS+= ${LIBOSSAUDIO} +LIBS+= ${LIBOSSAUDIO} .include "../../mk/curses.buildlink3.mk" .include "../../mk/ossaudio.buildlink3.mk" .include "../../ham/hamlib/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"