lcdproc: Fix non x86 platforms on musl 9674/head
authorRosen Penev <rosenp@gmail.com>
Wed, 7 Aug 2019 22:24:55 +0000 (15:24 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 7 Aug 2019 23:14:00 +0000 (16:14 -0700)
commitfa40b85f20f697e4c0b7b96b77b3a40902c72605
tree7f89a4c8782f64111bcaaf8f0ee77758477f4ccb
parent3ee32eb9bccaa5705fec2a576911ac7f676aaea5
lcdproc: Fix non x86 platforms on musl

Musl only specifies in/outb for x86/x86. Use the fallback path in case
musl is used.

This should fail compilation during the linking stage but for some reason
does not. Will do if -Werror=implicit-function-declaration is specified.

Fixed up license information.

Other small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/lcdproc/Makefile
utils/lcdproc/patches/110-in-outb.patch [new file with mode: 0644]