lcdproc: Fix non x86 platforms on musl
authorRosen Penev <rosenp@gmail.com>
Wed, 7 Aug 2019 22:24:55 +0000 (15:24 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 25 Dec 2019 03:12:22 +0000 (19:12 -0800)
commitb89a2903b23d53d3c4faaf23ef348fadf2bc09fb
tree48d87ebdd817e0260931d9f8156b2bb7a3ea8eae
parent6e079e91ce207c1b48c9163a4fc11ae15a0153d9
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>
(cherry-picked from fa40b85f20f697e4c0b7b96b77b3a40902c72605)
utils/lcdproc/Makefile
utils/lcdproc/patches/110-in-outb.patch [new file with mode: 0644]