From 323c6c8809ad1e0a2ef280093e0c9e9ebd093e57 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Mon, 30 Jan 2023 15:10:28 +0300
Subject: [PATCH 05/10] Even more fixes for guicats/Makefile

---
 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 7fbf8907..bd281bdd 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 += `which python`
 endif
 
 $(BCXFER):	bccmdl.py bcxfer.C bcxfer.h
-- 
2.30.4

