From d40ae80b9d52db4c99eb7e6e2ac772450b5a1f1f Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Sun, 17 Nov 2024 22:44:01 +0300
Subject: [PATCH 2/2] Netbsd 10.0 also need -liconv

---
 cinelerra-5.1/cinelerra/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cinelerra-5.1/cinelerra/Makefile b/cinelerra-5.1/cinelerra/Makefile
index e8eb1d5b..f79f78cb 100644
--- a/cinelerra-5.1/cinelerra/Makefile
+++ b/cinelerra-5.1/cinelerra/Makefile
@@ -438,7 +438,7 @@ LIBS += -lavfilter -lavformat -lavcodec -lavutil
 LIBS += -lswresample -lswscale
 PLATFORM = $(shell uname -s)
 ifneq (, $(filter $(PLATFORM), NetBSD))
-LIBS += -lintl
+LIBS += -lintl -liconv
 endif
 ifneq (, $(filter $(PLATFORM), FreeBSD))
 LIBS += -lintl -liconv
-- 
2.46.1

