gpsd: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Fri, 21 Jan 2022 22:25:16 +0000 (01:25 +0300)
committerRosen Penev <rosenp@gmail.com>
Wed, 26 Jan 2022 00:27:13 +0000 (16:27 -0800)
commit5a2178a3445beebf49e7050e55eb0f922e44f072
treef7481c382cceb442eaf9664ed2c90c75b40ecc70
parent9d8171aa0647a0e4c5f27004d3f4c982ac0d1ebe
gpsd: fix build on macos

gpsd build fails on macos due to using sys.platform in build logic.

This patch allows to redefine target platform to fix the issue.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
utils/gpsd/Makefile
utils/gpsd/patches/003_sconscript-cross-platform-build-support.patch [new file with mode: 0644]