Module Name: src
Committed By: christos
Date: Fri Jun 22 17:28:27 UTC 2018
Modified Files:
src/external/gpl2/groff/dist: Makefile.in
Log Message:
Don't look in random (legacy) places for fonts. We want reproducible builds
to work.
XXX: pullup-8
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/groff/dist/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/groff/dist/Makefile.in
diff -u src/external/gpl2/groff/dist/Makefile.in:1.2 src/external/gpl2/groff/dist/Makefile.in:1.3
--- src/external/gpl2/groff/dist/Makefile.in:1.2 Wed Jan 13 14:01:58 2016
+++ src/external/gpl2/groff/dist/Makefile.in Fri Jun 22 13:28:27 2018
@@ -156,7 +156,7 @@ localfontdir=$(dataprogramdir)/site-font
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