summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-01-20 19:20:07 +0000
committerjoerg <joerg@pkgsrc.org>2014-01-20 19:20:07 +0000
commit0fcc3a5800e5e92db7ac0826f71ef83d00b22ac5 (patch)
tree99500b4e69a2cd549d3c6cd3a026d26f1654957b /time
parent08555c317373ded1b4d60605c35a6bf7367a369a (diff)
downloadpkgsrc-0fcc3a5800e5e92db7ac0826f71ef83d00b22ac5.tar.gz
Fix build with TCL 8.6
Diffstat (limited to 'time')
-rw-r--r--time/ical/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/time/ical/Makefile b/time/ical/Makefile
index 1a30af18e9b..009e482d761 100644
--- a/time/ical/Makefile
+++ b/time/ical/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/01/11 14:42:06 adam Exp $
+# $NetBSD: Makefile,v 1.30 2014/01/20 19:20:09 joerg Exp $
VER= 3.0.2
DISTNAME= ical-${VER}
@@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \
--with-tclsh=${BUILDLINK_PREFIX.tcl}/bin/tclsh \
--with-tkconfig=${BUILDLINK_PREFIX.tk}/lib
+CPPFLAGS+= -DUSE_INTERP_RESULT
+
USE_TOOLS+= gmake gsed
PLIST_SUBS+= "PKGVERSION=${VER}"