summaryrefslogtreecommitdiff
path: root/misc/hanzim
diff options
context:
space:
mode:
authorjoerg <joerg>2014-01-20 19:20:07 +0000
committerjoerg <joerg>2014-01-20 19:20:07 +0000
commit1474d686b2a6e75975227ee33961daa39bdb3876 (patch)
tree99500b4e69a2cd549d3c6cd3a026d26f1654957b /misc/hanzim
parent30f59d064cbd97493e75f1cceb77249724336023 (diff)
downloadpkgsrc-1474d686b2a6e75975227ee33961daa39bdb3876.tar.gz
Fix build with TCL 8.6
Diffstat (limited to 'misc/hanzim')
-rw-r--r--misc/hanzim/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/hanzim/Makefile b/misc/hanzim/Makefile
index 0d3947b4e4b..4778575934f 100644
--- a/misc/hanzim/Makefile
+++ b/misc/hanzim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/01/11 14:42:04 adam Exp $
+# $NetBSD: Makefile,v 1.16 2014/01/20 19:20:08 joerg Exp $
#
DISTNAME= hanzim-1.3
@@ -27,6 +27,8 @@ INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
+CFLAGS+= -DUSE_INTERP_RESULT
+
pre-install:
@if ${TEST} -z "$$DISPLAY"; then \
${ERROR_MSG} "${PKGNAME} runs a binary during installation"; \