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 /lang/smalltalk | |
parent | 712fae19f1011fa644392fd07d10fa3e909f7365 (diff) | |
download | pkgsrc-eac4326e61108ef1f622faf53edf164c6cb5edef.tar.gz |
Fix build with TCL 8.6
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 9258464fc79..4fa72b52c6d 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2014/01/11 14:42:04 adam Exp $ +# $NetBSD: Makefile,v 1.82 2014/01/20 19:20:08 joerg Exp $ DISTNAME= smalltalk-3.2.4 PKGREVISION= 18 @@ -44,6 +44,8 @@ REPLACE_FILES.sys-sed= ${REPLACE_SED} .include "../../mk/bsd.prefs.mk" +CPPFLAGS+= -DUSE_INTERP_RESULT + # for backtrace .if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h) LIBS+= -lexecinfo |