summaryrefslogtreecommitdiff
path: root/devel/gcvs
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 /devel/gcvs
parent30f59d064cbd97493e75f1cceb77249724336023 (diff)
downloadpkgsrc-1474d686b2a6e75975227ee33961daa39bdb3876.tar.gz
Fix build with TCL 8.6
Diffstat (limited to 'devel/gcvs')
-rw-r--r--devel/gcvs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile
index a7b4bc248a1..b53bca13293 100644
--- a/devel/gcvs/Makefile
+++ b/devel/gcvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2014/01/11 14:42:02 adam Exp $
+# $NetBSD: Makefile,v 1.37 2014/01/20 19:20:08 joerg Exp $
DISTNAME= gcvs-1.0
PKGREVISION= 9
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --with-tclinclude="${BUILDLINK_PREFIX.tcl}/include"
CONFIGURE_ARGS+= --with-tcllib="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ARGS+= perl_path=${PERL5}
+CPPFLAGS+= -DUSE_INTERP_RESULT
+
.include "../../lang/tcl/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"