diff options
author | joerg <joerg@pkgsrc.org> | 2014-01-20 19:20:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-01-20 19:20:07 +0000 |
commit | 0fcc3a5800e5e92db7ac0826f71ef83d00b22ac5 (patch) | |
tree | 99500b4e69a2cd549d3c6cd3a026d26f1654957b /misc/hanzim | |
parent | 08555c317373ded1b4d60605c35a6bf7367a369a (diff) | |
download | pkgsrc-0fcc3a5800e5e92db7ac0826f71ef83d00b22ac5.tar.gz |
Fix build with TCL 8.6
Diffstat (limited to 'misc/hanzim')
-rw-r--r-- | misc/hanzim/Makefile | 4 |
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"; \ |