pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/plptools Include pthread.buildlink3.mk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/164e24d1b90e
branches:  trunk
changeset: 481045:164e24d1b90e
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Sep 24 19:32:47 2004 +0000

description:
Include pthread.buildlink3.mk.

diffstat:

 comms/plptools/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 174d204bd971 -r 164e24d1b90e comms/plptools/Makefile
--- a/comms/plptools/Makefile   Fri Sep 24 19:25:38 2004 +0000
+++ b/comms/plptools/Makefile   Fri Sep 24 19:32:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/09/08 12:14:59 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2004/09/24 19:32:47 kristerw Exp $
 #
 
 DISTNAME=      plptools-0.12
@@ -15,6 +15,7 @@
 USE_LANUGAGES=         c c++
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
+PTHREAD_OPTS+=         require
 
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --with-serial=${DEFAULT_SERIAL_DEVICE}
@@ -22,4 +23,5 @@
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index