summaryrefslogtreecommitdiff
path: root/lang/smalltalk
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 /lang/smalltalk
parent30f59d064cbd97493e75f1cceb77249724336023 (diff)
downloadpkgsrc-1474d686b2a6e75975227ee33961daa39bdb3876.tar.gz
Fix build with TCL 8.6
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile4
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