summaryrefslogtreecommitdiff
path: root/x11/tk-Tix
diff options
context:
space:
mode:
authorjoerg <joerg>2014-01-20 19:20:07 +0000
committerjoerg <joerg>2014-01-20 19:20:07 +0000
commiteac4326e61108ef1f622faf53edf164c6cb5edef (patch)
tree99500b4e69a2cd549d3c6cd3a026d26f1654957b /x11/tk-Tix
parent712fae19f1011fa644392fd07d10fa3e909f7365 (diff)
downloadpkgsrc-eac4326e61108ef1f622faf53edf164c6cb5edef.tar.gz
Fix build with TCL 8.6
Diffstat (limited to 'x11/tk-Tix')
-rw-r--r--x11/tk-Tix/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/tk-Tix/Makefile b/x11/tk-Tix/Makefile
index 0fac5bbd8ee..843cc71d241 100644
--- a/x11/tk-Tix/Makefile
+++ b/x11/tk-Tix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/01/11 14:42:06 adam Exp $
+# $NetBSD: Makefile,v 1.24 2014/01/20 19:20:09 joerg Exp $
#
DISTNAME= Tix${TIX_VERSION}-src
@@ -34,6 +34,8 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/mann
INSTALLATION_DIRS+= lib/Tix${TIX_VERSION}/docs
USE_TOOLS+= tar
+CPPFLAGS+= -DUSE_INTERP_RESULT
+
post-install:
for f in ${WRKSRC}/man/*.n; do \
${INSTALL_DATA} -m 444 $$f \