audio/cava: Add vt(4) font
On Linux Cava loads a custom font to display blocks with varying
heights and widths on the Linux console. Provide support for it
on FreeBSD with vt(4) too.
audio/cava: Unbreak build on powerpc (or with gcc 4.2)
- Remove command line options that gcc 4.2 does not recognize
- Allow build on powerpc64 again as it most likely will work now too
- Move post-patch to a patch file while here