summaryrefslogtreecommitdiff
path: root/net/ttt
diff options
context:
space:
mode:
authorjoerg <joerg>2014-02-04 00:19:54 +0000
committerjoerg <joerg>2014-02-04 00:19:54 +0000
commit094745a819fe2dc37246a37acc52992b508df3dd (patch)
tree5e42bd6c82535fb0dbb5b35e3bfe838ff8c74972 /net/ttt
parent8018a7e47c283ef91c08ce76972869790af21b36 (diff)
downloadpkgsrc-094745a819fe2dc37246a37acc52992b508df3dd.tar.gz
Honour system CFLAGS. Fix build with TCL 8.6. Bump revision.
Diffstat (limited to 'net/ttt')
-rw-r--r--net/ttt/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile
index f2fca290db2..cd78ad8f02c 100644
--- a/net/ttt/Makefile
+++ b/net/ttt/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2014/01/11 14:42:05 adam Exp $
+# $NetBSD: Makefile,v 1.30 2014/02/04 00:19:54 joerg Exp $
#
DISTNAME= ttt-1.8.2
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= net
MASTER_SITES= ftp://ftp.sonycsl.co.jp/pub/kjc/
@@ -28,6 +28,9 @@ REPLACE_FILES.sys-BLTWISH= ttt.tcl
.include "../../mk/bsd.prefs.mk"
+CFLAGS+= -DUSE_INTERP_RESULT
+CONFIGURE_ARGS+= ttt_cv_prog_cflags=${CFLAGS:Q}
+
.if ${OPSYS} == "NetBSD"
.if empty(OS_VERSION:M1.[56]*)
.include "../../mk/pthread.buildlink3.mk"