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-ad
Roger Hardiman 3555fcba51 Initial import of videotext, a program to display Videotext/Teletext
pages either direct from hardware or from .vtx files which can be
produced from the vbidecode program.
1999-06-08 17:48:39 +00:00

20 lines
566 B
Plaintext

*** scripts/mktitlepage.orig Tue Jun 8 16:10:07 1999
--- scripts/mktitlepage Tue Jun 8 16:10:07 1999
***************
*** 14,20 ****
# by 2 hex-digits, so currently we can only set the lower 16 bits of the attributes.
! exec gawk '
BEGIN {
print "/* This file was created automatically by mktitlepage. DO NOT EDIT */"
}
--- 14,20 ----
# by 2 hex-digits, so currently we can only set the lower 16 bits of the attributes.
! exec awk '
BEGIN {
print "/* This file was created automatically by mktitlepage. DO NOT EDIT */"
}