summaryrefslogtreecommitdiff
path: root/cad/covered-current
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 /cad/covered-current
parent712fae19f1011fa644392fd07d10fa3e909f7365 (diff)
downloadpkgsrc-eac4326e61108ef1f622faf53edf164c6cb5edef.tar.gz
Fix build with TCL 8.6
Diffstat (limited to 'cad/covered-current')
-rw-r--r--cad/covered-current/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/covered-current/Makefile b/cad/covered-current/Makefile
index 4706e8abd5a..74674fecab5 100644
--- a/cad/covered-current/Makefile
+++ b/cad/covered-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/01/11 14:42:01 adam Exp $
+# $NetBSD: Makefile,v 1.24 2014/01/20 19:20:08 joerg Exp $
#
DISTNAME= covered-${SNAPDATE}
@@ -36,6 +36,8 @@ REPLACE_FILES.WISH+= scripts/summary.tcl
CONFIGURE_ENV+= r_cv_path_TCL_CONFIG=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh
CONFIGURE_ENV+= r_cv_path_TK_CONFIG=${BUILDLINK_PREFIX.tk}/lib/tkConfig.sh
+CPPFLAGS+= -DUSE_INTERP_RESULT
+
.include "../../devel/gperf/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"