diff options
Diffstat (limited to 'sysutils/grub2-pcbsd/files/patch-configure.ac')
-rw-r--r-- | sysutils/grub2-pcbsd/files/patch-configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/grub2-pcbsd/files/patch-configure.ac b/sysutils/grub2-pcbsd/files/patch-configure.ac index 277076798861..76de8483bb5c 100644 --- a/sysutils/grub2-pcbsd/files/patch-configure.ac +++ b/sysutils/grub2-pcbsd/files/patch-configure.ac @@ -14,7 +14,7 @@ for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do - for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont /usr/share/fonts/uni /usr/share/fonts/truetype/unifont /usr/share/fonts/misc; do -+ for dir in . /usr/src /usr/local/share/fonts/local /usr/share/fonts/unifont /usr/share/fonts/uni /usr/share/fonts/truetype/unifont /usr/share/fonts/misc; do ++ for dir in . /usr/src /usr/local/share/fonts/gnu-unifont /usr/share/fonts/unifont /usr/share/fonts/uni /usr/share/fonts/truetype/unifont /usr/share/fonts/misc; do if test -f "$dir/unifont.$ext"; then md5="$(md5sum "$dir/unifont.$ext"|awk '{ print $1; }')" # PCF and BDF from version 6.3 isn't hanled properly by libfreetype. |