From 2060da5464556919c2a3061a816ccccfa5c8870a Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Thu, 16 Dec 2021 09:39:24 -0500 Subject: [PATCH] comms/freedv: Broken due to Hamlib change Port is also out of date. Am working on update silence port building for now. --- comms/freedv/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/comms/freedv/Makefile b/comms/freedv/Makefile index 46e7dd66f92b..e6e5a4ea808b 100644 --- a/comms/freedv/Makefile +++ b/comms/freedv/Makefile @@ -9,6 +9,8 @@ COMMENT= Narrow band digital voice LICENSE= LGPL21 +BROKEN= Needs update due to Hamlib changes + LIB_DEPENDS= libcodec2.so:audio/codec2 \ libportaudio.so:audio/portaudio \ libhamlib.so:comms/hamlib \