1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/misc/videotext/files/patch-ae

20 lines
616 B
Plaintext
Raw Normal View History

*** scripts/mkvtxfont.orig Tue Jun 8 16:10:07 1999
--- scripts/mkvtxfont Tue Jun 8 16:10:07 1999
*************** if [ $# -ne 4 ]; then
*** 18,24 ****
exit 1
fi
! exec gawk -v "nfile=$2" -v "dfile=$3" -v "vfile=$4" -f - << "THIS_IS_THE_END" "$1"
function print_header(xsize, ysize, ptsize, width, file) { # Print BDF-File header
print "STARTFONT 2.1" > file
--- 18,24 ----
exit 1
fi
! exec awk -v "nfile=$2" -v "dfile=$3" -v "vfile=$4" -f - << "THIS_IS_THE_END" "$1"
function print_header(xsize, ysize, ptsize, width, file) { # Print BDF-File header
print "STARTFONT 2.1" > file