diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-11 22:32:08 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-11 22:32:08 +0000 |
commit | b816f4de8a352b3c5fe0a7d639a528aafa0713c3 (patch) | |
tree | 28e41ad6810329f0573247af5dc7b313cbd523bb | |
parent | 3cb109c47eed0ad40d9f87eab87e1a6635a000d0 (diff) | |
download | pkgsrc-b816f4de8a352b3c5fe0a7d639a528aafa0713c3.tar.gz |
include pthread.bl3.mk when the threads option is enabled
-rw-r--r-- | lang/tcl/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tcl/options.mk b/lang/tcl/options.mk index 0df4c1e3e96..0eaf5930499 100644 --- a/lang/tcl/options.mk +++ b/lang/tcl/options.mk @@ -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 @@ CONFIGURE_ARGS+= --enable-symbols=mem .if !empty(PKG_OPTIONS:Mthreads) CONFIGURE_ARGS+= --enable-threads +.include "../../mk/pthread.buildlink3.mk" .else CONFIGURE_ARGS+= --disable-threads .endif |