From d03c164ea79de1803fc9bd11cef83b8290e53485 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Mon, 30 Jan 2023 18:13:54 +0300
Subject: [PATCH 10/10] This freaking fbsd13 make will kill me

---
 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 ea05a6f2..423ba100 100644
--- a/cinelerra-5.1/guicast/Makefile
+++ b/cinelerra-5.1/guicast/Makefile
@@ -129,7 +129,7 @@ ifneq ($(PLATFORM), Linux)
 python = $(shell which python)
 endif
 
-ifeq ($(shell uname -r | grep FreeBSD | grep 13.0),)
+ifeq ($(python),)
 python += $(shell which python3.8)
 endif
 
-- 
2.30.4

