summaryrefslogtreecommitdiff
path: root/graphics/skencil
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 /graphics/skencil
parent30f59d064cbd97493e75f1cceb77249724336023 (diff)
downloadpkgsrc-1474d686b2a6e75975227ee33961daa39bdb3876.tar.gz
Fix build with TCL 8.6
Diffstat (limited to 'graphics/skencil')
-rw-r--r--graphics/skencil/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index f967b4bee7a..4e860b06741 100644
--- a/graphics/skencil/Makefile
+++ b/graphics/skencil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/01/11 14:42:04 adam Exp $
+# $NetBSD: Makefile,v 1.30 2014/01/20 19:20:08 joerg Exp $
DISTNAME= skencil-0.6.17
PKGREVISION= 12
@@ -19,6 +19,8 @@ SK_TKFLAGS= -L${BUILDLINK_PREFIX.tk}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFI
SK_TKFLAGS+= ${COMPILER_RPATH_FLAG}${X11BASE}/lib
SK_CONF_ARGS+= --tk-flags=${SK_TKFLAGS:Q}
+CPPFLAGS+= -DUSE_INTERP_RESULT
+
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
${PYTHONBIN} setup.py configure ${SK_CONF_ARGS}