Module Name: src
Committed By: roy
Date: Sun Apr 5 12:31:39 UTC 2020
Modified Files:
src/tools/tic: Makefile
Log Message:
tools: Build tic with full fat terminfo
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/tic/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/tic/Makefile
diff -u src/tools/tic/Makefile:1.5 src/tools/tic/Makefile:1.6
--- src/tools/tic/Makefile:1.5 Wed Nov 2 17:49:20 2011
+++ src/tools/tic/Makefile Sun Apr 5 12:31:39 2020
@@ -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