Source-Changes-HG archive

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

[src/trunk]: src/external/gpl2/groff/dist Don't look in random (legacy) place...



details:   https://anonhg.NetBSD.org/src/rev/ac56ed8d5634
branches:  trunk
changeset: 320084:ac56ed8d5634
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jun 22 17:28:27 2018 +0000

description:
Don't look in random (legacy) places for fonts. We want reproducible builds
to work.
XXX: pullup-8

diffstat:

 external/gpl2/groff/dist/Makefile.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ed7a801652e1 -r ac56ed8d5634 external/gpl2/groff/dist/Makefile.in
--- a/external/gpl2/groff/dist/Makefile.in      Fri Jun 22 17:22:34 2018 +0000
+++ b/external/gpl2/groff/dist/Makefile.in      Fri Jun 22 17:28:27 2018 +0000
@@ -156,7 +156,7 @@
 legacyfontdir=/usr/lib/font
 
 # `fontpath' says where to look for dev*/*.
-fontpath=$(localfontdir)$(RT_SEP)$(fontdir)$(RT_SEP)$(legacyfontdir)
+fontpath=$(localfontdir)$(RT_SEP)$(fontdir)
 
 # `tmacdir' says where to install macros.
 tmacdir=$(datasubdir)/tmac



Home | Main Index | Thread Index | Old Index