pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl85 include pthread.bl3.mk under pthread option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8bc1de4b79d
branches:  trunk
changeset: 648146:d8bc1de4b79d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Mar 12 14:29:28 2015 +0000

description:
include pthread.bl3.mk under pthread option

diffstat:

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

diffs (17 lines):

diff -r e6f4d4ff090e -r d8bc1de4b79d lang/tcl85/options.mk
--- a/lang/tcl85/options.mk     Thu Mar 12 14:26:11 2015 +0000
+++ b/lang/tcl85/options.mk     Thu Mar 12 14:29:28 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2014/03/10 14:20:44 taca Exp $
+# $NetBSD: options.mk,v 1.2 2015/03/12 14:29:28 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