summaryrefslogtreecommitdiff
path: root/x11/filerunner
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 /x11/filerunner
parent712fae19f1011fa644392fd07d10fa3e909f7365 (diff)
downloadpkgsrc-eac4326e61108ef1f622faf53edf164c6cb5edef.tar.gz
Fix build with TCL 8.6
Diffstat (limited to 'x11/filerunner')
-rw-r--r--x11/filerunner/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/filerunner/Makefile b/x11/filerunner/Makefile
index 3dadf2496b2..cc65276b551 100644
--- a/x11/filerunner/Makefile
+++ b/x11/filerunner/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2014/01/11 14:42:06 adam Exp $
+# $NetBSD: Makefile,v 1.36 2014/01/20 19:20:09 joerg Exp $
DISTNAME= FileRunner-2.5.1
PKGNAME= ${DISTNAME:S/FileRunner/filerunner/}
@@ -31,5 +31,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/bitmaps/${map} ${DESTDIR}${PREFIX}/lib/FileRunner/bitmaps
.endfor
+CPPFLAGS+= -DUSE_INTERP_RESULT
+
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"