pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/tlf This pkg uses threads.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5b79206a5c2
branches:  trunk
changeset: 481665:e5b79206a5c2
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Oct 09 16:59:18 2004 +0000

description:
This pkg uses threads.

diffstat:

 ham/tlf/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r bcb397484748 -r e5b79206a5c2 ham/tlf/Makefile
--- a/ham/tlf/Makefile  Sat Oct 09 16:48:56 2004 +0000
+++ b/ham/tlf/Makefile  Sat Oct 09 16:59:18 2004 +0000
@@ -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_GNU_TOOLS+=        make
 GNU_CONFIGURE= yes
 BUILD_USES_MSGFMT=yes
+PTHREAD_OPTS+= require
 
 CONFIGURE_ARGS=        --enable-hamlib
 
@@ -23,10 +24,11 @@
 
 .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"



Home | Main Index | Thread Index | Old Index