summaryrefslogtreecommitdiff
path: root/editors/vigor/Makefile
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 /editors/vigor/Makefile
parent30f59d064cbd97493e75f1cceb77249724336023 (diff)
downloadpkgsrc-1474d686b2a6e75975227ee33961daa39bdb3876.tar.gz
Fix build with TCL 8.6
Diffstat (limited to 'editors/vigor/Makefile')
-rw-r--r--editors/vigor/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile
index af35a7a1c4d..f1eb23d76b7 100644
--- a/editors/vigor/Makefile
+++ b/editors/vigor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2014/01/11 14:42:03 adam Exp $
+# $NetBSD: Makefile,v 1.43 2014/01/20 19:20:08 joerg Exp $
#
DISTNAME= vigor-0.016
@@ -46,6 +46,8 @@ BDB_ACCEPTED= db1
.include "../../mk/bdb.buildlink3.mk"
.endif
+CPPFLAGS+= -DUSE_INTERP_RESULT
+
.include "../../lang/tcl/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"