From 08399264fbd0c269d758e6797893e4c1ac996be4 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Sun, 15 May 2022 08:29:09 +0000
Subject: [PATCH 3/4] two themes fail to load on freebsd

---
 cinelerra-5.1/plugins/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/cinelerra-5.1/plugins/Makefile b/cinelerra-5.1/plugins/Makefile
index e6718432..227faf80 100644
--- a/cinelerra-5.1/plugins/Makefile
+++ b/cinelerra-5.1/plugins/Makefile
@@ -160,9 +160,7 @@ DIRS = $(OPENCV_OBJS) \
 	yuvshift \
 	zoom \
 	zoomblur \
-	theme_blond \
 	theme_blond_cv \
-	theme_blue \
 	theme_blue_dot \
 	theme_bright \
 	theme_hulk \
@@ -174,7 +172,7 @@ DIRS = $(OPENCV_OBJS) \
 
 PLATFORM = $(shell uname -o)
 ifneq ($(PLATFORM), FreeBSD)
-DIRS += cdripper
+DIRS += cdripper theme_blond theme_blue 
 endif
 
 # not maintained
-- 
2.35.1

