mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
audio/cava: Add a dummy fontname to cava.bdf
Without it, the BDF is malformed with FONT set to just "psf" which is not a proper XLFD. This confuses newer vtfontcvt versions which check for character cell spacing. PR: 205707
This commit is contained in:
parent
00c502e801
commit
ead2c096c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486512
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ pre-configure:
|
|||
@${ECHO_CMD} ${DISTVERSION} > ${WRKSRC}/version
|
||||
|
||||
pre-build-VT-on:
|
||||
psf2bdf ${WRKSRC}/cava.psf > ${WRKSRC}/cava.bdf
|
||||
psf2bdf --fontname="-gnu-cava-medium-r-normal--16-160-75-75-c-80-iso10646-1" \
|
||||
${WRKSRC}/cava.psf > ${WRKSRC}/cava.bdf
|
||||
vtfontcvt ${WRKSRC}/cava.bdf ${WRKSRC}/cava.fnt
|
||||
|
||||
post-install-DOCS-on:
|
||||
|
|
Loading…
Add table
Reference in a new issue