perl-device-serialport: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Wed, 12 Jan 2022 23:51:30 +0000 (02:51 +0300)
committerRosen Penev <rosenp@gmail.com>
Wed, 19 Jan 2022 02:10:18 +0000 (18:10 -0800)
commit30f4e26d1688b745d165eb0c604325dd42da9f04
tree9c460408ee78ed4b0bf57554e67915d0c3c308a3
parent0e6a33a3a444058430c6fe3435fbb70eae464eb4
perl-device-serialport: fix build on macos

./configure script detects macos specific system headers
(IOKit/serial/ioss.h and sys/ttycom.h) that are not available
during compile time. There is no way to pass ac_cv_* vars to
./configure script due to perl wrappers

To fix this issue, fake(empty) headers provided during compile
time if build host is MacOS

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
lang/perl-device-serialport/Makefile