Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libterminfo Fix building our terminals with a non standa...



details:   https://anonhg.NetBSD.org/src/rev/5c37fd7ec2e9
branches:  trunk
changeset: 784302:5c37fd7ec2e9
user:      roy <roy%NetBSD.org@localhost>
date:      Thu Jan 24 14:17:40 2013 +0000

description:
Fix building our terminals with a non standard NETBSDSRCDIR, PR lib/46793.
Thanks to Bernd Ernesti.

diffstat:

 lib/libterminfo/Makefile.hash |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2f41dd276754 -r 5c37fd7ec2e9 lib/libterminfo/Makefile.hash
--- a/lib/libterminfo/Makefile.hash     Thu Jan 24 13:58:40 2013 +0000
+++ b/lib/libterminfo/Makefile.hash     Thu Jan 24 14:17:40 2013 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile.hash,v 1.6 2012/08/20 15:44:02 joerg Exp $
+#      $NetBSD: Makefile.hash,v 1.7 2013/01/24 14:17:40 roy Exp $
 
 SCRIPT_ENV=    \
+       NETBSDSRCDIR=${NETBSDSRCDIR:Q} \
        TOOL_AWK=${TOOL_AWK:Q} \
        TOOL_NBPERF=${TOOL_NBPERF:Q} \
        TOOL_SED=${TOOL_SED:Q} \



Home | Main Index | Thread Index | Old Index