diff options
Diffstat (limited to 'lang/tcl84/Makefile')
-rw-r--r-- | lang/tcl84/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index 7e0d4b05393c..7b80c8c78f3c 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -582,6 +582,16 @@ MLINKS= Access.3 Tcl_Access.3 \ pkgMkIndex.n pkg_mkIndex.n \ safe.n SafeBase.n +.if defined(TCL_WITH_THREADS) || defined(WITH_THREADS) +CONFIGURE_ARGS+= --enable-threads +PKGNAMESUFFIX?= -threads +USE_REINPLACE= YES + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + +.endif + .include <bsd.port.pre.mk> post-install: |