From c03416cda2edeea3741e24d09f3ed3447ff10f7f Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Mon, 30 Jan 2023 13:43:27 +0300
Subject: [PATCH 02/10] guicast fix for Linux

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

diff --git a/cinelerra-5.1/guicast/Makefile b/cinelerra-5.1/guicast/Makefile
index 6d1b149d..d99df4df 100644
--- a/cinelerra-5.1/guicast/Makefile
+++ b/cinelerra-5.1/guicast/Makefile
@@ -123,7 +123,8 @@ $(shell echo $(OBJS) > $(OBJDIR)/objs)
 all: $(OUTPUT) $(UTILS)
 ifneq ($(uname -s), FreeBSD)
 python = $(shell find /usr/local/bin -name python3\* | head -n 1)
-else
+endif
+ifneq ($(uname -s), Linux)
 python = `which python`
 endif
 
-- 
2.30.4

