Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | groff searchs fonts which are provided by ghostscript on build host. |
| 2 | It causes non-determinism issue. So not search font dirs on host. |
| 3 | |
| 4 | Upstream-Status: Inappropriate [cross build specific] |
| 5 | |
| 6 | Signed-off-by: Kai Kang <kai.kang@windriver.com> |
| 7 | |
| 8 | diff --git a/font/devpdf/Foundry.in b/font/devpdf/Foundry.in |
| 9 | index a6e968f..8094642 100644 |
| 10 | --- a/font/devpdf/Foundry.in |
| 11 | +++ b/font/devpdf/Foundry.in |
| 12 | @@ -65,7 +65,7 @@ ZD|Y||||Dingbats!d050000l.pfb |
| 13 | #====================================================================== |
| 14 | |
| 15 | #Foundry|Name|Searchpath |
| 16 | -foundry|U|(gs):/usr/share/fonts/type1/gsfonts :/opt/local/share/fonts/urw-fonts # the URW fonts delivered with ghostscript (may be different) |
| 17 | +foundry|U|(gs) # the URW fonts delivered with ghostscript (may be different) |
| 18 | #Define Flags for afmtodit |
| 19 | |
| 20 | r=-i 0 -m |