From 60c4b1d57ed9bae633d6dcb9327f931450e50b5a Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Mon, 30 Jan 2023 15:52:19 +0300
Subject: [PATCH 07/10] Damn it ... python thing just keep failing

---
 cinelerra-5.1/guicast/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cinelerra-5.1/guicast/Makefile b/cinelerra-5.1/guicast/Makefile
index bd281bdd..3a41af16 100644
--- a/cinelerra-5.1/guicast/Makefile
+++ b/cinelerra-5.1/guicast/Makefile
@@ -126,7 +126,7 @@ ifneq ($(PLATFORM), FreeBSD)
 python = $(shell find /usr/local/bin -name python3\* | head -n 1)
 endif
 ifneq ($(PLATFORM), Linux)
-python += `which python`
+python = $(shell which python)
 endif
 
 $(BCXFER):	bccmdl.py bcxfer.C bcxfer.h
-- 
2.30.4

