pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl include pthread.bl3.mk when the threads optio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fe25b76a678
branches:  trunk
changeset: 648118:2fe25b76a678
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Mar 11 22:32:08 2015 +0000

description:
include pthread.bl3.mk when the threads option is enabled

diffstat:

 lang/tcl/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7b8ed63795a6 -r 2fe25b76a678 lang/tcl/options.mk
--- a/lang/tcl/options.mk       Wed Mar 11 22:25:25 2015 +0000
+++ b/lang/tcl/options.mk       Wed Mar 11 22:32:08 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2012/08/22 22:03:17 marino Exp $
+# $NetBSD: options.mk,v 1.3 2015/03/11 22:32:08 tnn Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.tcl
 PKG_SUPPORTED_OPTIONS= threads debug
@@ -13,6 +13,7 @@
 
 .if !empty(PKG_OPTIONS:Mthreads)
 CONFIGURE_ARGS+=       --enable-threads
+.include "../../mk/pthread.buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-threads
 .endif



Home | Main Index | Thread Index | Old Index