pkgsrc/audio/sphinx3/patches/patch-src_libs3decoder_libcfg_s3__cfg__convert.c
fhajny a9bec4ac72 Import the CMUSphinx toolkit as sphinxbase, sphinx3, sphinxtrain
and pocketsphinx.

CMUSphinx toolkit is a leading speech recognition toolkit with various
tools used to build speech applications. CMU Sphinx toolkit has a number
of packages for different tasks and applications.
2014-09-05 10:13:20 +00:00

13 lines
368 B
C

$NetBSD: patch-src_libs3decoder_libcfg_s3__cfg__convert.c,v 1.1 2014/09/05 10:13:21 fhajny Exp $
Only use libbsd on Linux.
--- src/libs3decoder/libcfg/s3_cfg_convert.c.orig 2008-12-31 18:27:55.000000000 +0000
+++ src/libs3decoder/libcfg/s3_cfg_convert.c
@@ -1,5 +1,7 @@
+#if defined(__linux__)
#include <libutil.h>
+#endif
#include "s3_cfg.h"
#include "fsg.h"