tcl: fix build on macos
authorSergey V. Lobanov <redacted>
Mon, 24 Jan 2022 15:19:51 +0000 (18:19 +0300)
committerRosen Penev <redacted>
Sat, 29 Jan 2022 16:19:54 +0000 (08:19 -0800)
commit6e9c7010501df5bb03ebc7e61c96a842d8843783
tree4d90de929fd41856ce3ce6657cb7e89b51d41d74
parent6caca23cc813e8f71ccd71132ed37e4307d22d23
tcl: fix build on macos

configure script detects Darwin and uses flags incompatible with
Linux target build.

This patch uses fakeuname tool if host OS is MacOS to avoid Darwin
detection on target build.

Signed-off-by: Sergey V. Lobanov <redacted>
lang/tcl/Makefile
git clone https://git.99rst.org/PROJECT