diff options
author | joerg <joerg> | 2014-01-20 19:20:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-01-20 19:20:07 +0000 |
commit | eac4326e61108ef1f622faf53edf164c6cb5edef (patch) | |
tree | 99500b4e69a2cd549d3c6cd3a026d26f1654957b /graphics | |
parent | 712fae19f1011fa644392fd07d10fa3e909f7365 (diff) | |
download | pkgsrc-eac4326e61108ef1f622faf53edf164c6cb5edef.tar.gz |
Fix build with TCL 8.6
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/skencil/Makefile | 4 |
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} |