Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses/PSD.doc stopgap for non-netbsd build.



details:   https://anonhg.NetBSD.org/src/rev/c463e53e09eb
branches:  trunk
changeset: 797355:c463e53e09eb
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jul 15 11:19:08 2014 +0000

description:
stopgap for non-netbsd build.

diffstat:

 lib/libcurses/PSD.doc/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 383ca4f9968c -r c463e53e09eb lib/libcurses/PSD.doc/Makefile
--- a/lib/libcurses/PSD.doc/Makefile    Tue Jul 15 03:40:06 2014 +0000
+++ b/lib/libcurses/PSD.doc/Makefile    Tue Jul 15 11:19:08 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2014/07/05 19:22:42 dholland Exp $
+#      $NetBSD: Makefile,v 1.13 2014/07/15 11:19:08 christos Exp $
 #      from: @(#)Makefile      8.2 (Berkeley) 5/23/94
 
 SECTION=reference/ref3
@@ -23,7 +23,12 @@
 
 # Don't re-run vgrind unless you want to patch the output files.
 # XXXBUILDSH: can we use TOOL_VGRIND here ?
+.if exists(/usr/libexec/vfontedpr)
 VFONT= /usr/libexec/vfontedpr
+.else
+VFONT= ${TOOL_CAT}
+.endif
+
 .c.gr:
        ${VFONT} ${.IMPSRC} | grep -v "^'wh" > ${.TARGET}
 



Home | Main Index | Thread Index | Old Index