mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/vosk-api: Fix missing symbol problem at run-time
PR: 280015 Reported by: Baptiste Daroussin <bapt@FreeBSD.org>
This commit is contained in:
parent
9387c91b71
commit
0b60a01805
2 changed files with 11 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= vosk-api
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.50
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio # machine-learning
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
10
audio/vosk-api/files/patch-CMakeLists.txt
Normal file
10
audio/vosk-api/files/patch-CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- CMakeLists.txt.orig 2024-10-10 08:43:24 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -7,6 +7,7 @@ add_library(vosk
|
||||
add_library(vosk
|
||||
src/language_model.cc
|
||||
src/model.cc
|
||||
+ src/postprocessor.cc
|
||||
src/recognizer.cc
|
||||
src/spk_model.cc
|
||||
src/vosk_api.cc
|
Loading…
Add table
Reference in a new issue