diff options
author | joerg <joerg@pkgsrc.org> | 2014-01-20 19:20:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-01-20 19:20:07 +0000 |
commit | 0fcc3a5800e5e92db7ac0826f71ef83d00b22ac5 (patch) | |
tree | 99500b4e69a2cd549d3c6cd3a026d26f1654957b /textproc | |
parent | 08555c317373ded1b4d60605c35a6bf7367a369a (diff) | |
download | pkgsrc-0fcc3a5800e5e92db7ac0826f71ef83d00b22ac5.tar.gz |
Fix build with TCL 8.6
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/WordNet/Makefile | 4 | ||||
-rw-r--r-- | textproc/tcl-tDOM/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/WordNet/Makefile b/textproc/WordNet/Makefile index 540fa41d708..985a65e7316 100644 --- a/textproc/WordNet/Makefile +++ b/textproc/WordNet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/11 14:42:05 adam Exp $ +# $NetBSD: Makefile,v 1.12 2014/01/20 19:20:08 joerg Exp $ # DISTNAME= WordNet-3.0 @@ -27,5 +27,7 @@ SUBST_MESSAGE.docpath= Fixing path for documentation. SUBST_SED.docpath= -e 's,prefix)/doc,prefix)/share/doc/WordNet,' SUBST_STAGE.docpath= pre-configure +CPPFLAGS+= -DUSE_INTERP_RESULT + .include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/tcl-tDOM/Makefile b/textproc/tcl-tDOM/Makefile index 42a9d6a3a7f..5d7ed96e5a2 100644 --- a/textproc/tcl-tDOM/Makefile +++ b/textproc/tcl-tDOM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/11 14:42:06 adam Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/20 19:20:08 joerg Exp $ # DISTNAME= tDOM-0.8.3 @@ -16,5 +16,7 @@ LICENSE= mpl-1.1 GNU_CONFIGURE= yes USE_LANGUAGES= c +CPPFLAGS+= -DUSE_INTERP_ERRORLINE + .include "../../lang/tcl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |