Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/tic tools: Build tic with full fat terminfo
details: https://anonhg.NetBSD.org/src/rev/95c17c4cdefb
branches: trunk
changeset: 1008904:95c17c4cdefb
user: roy <roy%NetBSD.org@localhost>
date: Sun Apr 05 12:31:39 2020 +0000
description:
tools: Build tic with full fat terminfo
diffstat:
tools/tic/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 8f0a5ba4e9fb -r 95c17c4cdefb tools/tic/Makefile
--- a/tools/tic/Makefile Sun Apr 05 12:31:02 2020 +0000
+++ b/tools/tic/Makefile Sun Apr 05 12:31:39 2020 +0000
@@ -1,7 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2011/11/02 17:49:20 christos Exp $
+# $NetBSD: Makefile,v 1.6 2020/04/05 12:31:39 roy Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}tic
HOST_SRCDIR= usr.bin/tic
+
+# We need our libterminfo to compile compat and write to the database
+CPPFLAGS+= -DTERMINFO_COMPILE -DTERMINFO_COMPAT -DTERMINFO_DB
HOST_SRCS= compile.c hash.c
TERMINFODIR= ${NETBSDSRCDIR}/lib/libterminfo
Home |
Main Index |
Thread Index |
Old Index