summaryrefslogtreecommitdiff
path: root/lang/otcl/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-08-29 07:28:18 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-08-29 07:28:18 +0000
commit90608aa68aad5585a8d67abd3a861f431d29c0fd (patch)
tree04decaad64ad2a00a5e54c86f774f87fe094b28f /lang/otcl/Makefile
parentUpdate to 4.0.7 (diff)
- Fix build against Tcl/Tk 8.6
- Remove limitation on using a non-threaded version of Tcl/Tk PR: 171142 Submitted by: gahr Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=303320
Diffstat (limited to 'lang/otcl/Makefile')
-rw-r--r--lang/otcl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile
index 898a6567f45d..a3553eb61561 100644
--- a/lang/otcl/Makefile
+++ b/lang/otcl/Makefile
@@ -19,7 +19,6 @@ LICENSE= MIT
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_TK= 82+
-USE_TK_NO_THREADS= yes
USE_XORG= xext
USE_AUTOTOOLS= autoconf
@@ -37,6 +36,10 @@ PORTDOCS= ${DOCS:S/doc\///}
CFLAGS+= -DHAVE_UNISTD_H
CONFIGURE_ARGS+= --with-tcl-ver=${TCL_VER} --with-tk-ver=${TK_VER}
+.if ${USE_TCL} > 85
+CFLAGS+= -DUSE_INTERP_ERRORLINE -DUSE_INTERP_RESULT
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
-e's|X11/Intrinsic.h|X11/Xlib.h|g' \