From 10298ef371a620a41f13a8ec8d07e50462cf6376 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Sat, 28 Jan 2023 04:22:14 +0300
Subject: [PATCH 2/2] Add --with-clang to blds/bsd.bld for less noisy FreeBSD
 build

---
 cinelerra-5.1/blds/bsd.bld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cinelerra-5.1/blds/bsd.bld b/cinelerra-5.1/blds/bsd.bld
index 3a6c024c..6f78fd4b 100755
--- a/cinelerra-5.1/blds/bsd.bld
+++ b/cinelerra-5.1/blds/bsd.bld
@@ -14,6 +14,6 @@ alias make=gmake
     --without-video4linux2 --without-xxf86vm --without-ladspa-build \
     --without-commercial --without-thirdparty \
     --without-shuttle --without-libdpx --without-shuttle-usb \
-    --without-x10tv --with-jobs=4 --without-wintv
+    --without-x10tv --with-jobs=4 --without-wintv --with-clang
    gmake
    gmake install ) 2>&1 | tee log
-- 
2.39.1

