[Scummvm-tracker] [ScummVM :: Bugs] #11347: TTS on FreeBSD works aswell with minor adjustments.

ScummVM :: Bugs trac at scummvm.org
Thu Feb 6 20:09:48 UTC 2020


#11347: TTS on FreeBSD works aswell with minor adjustments.
------------------------+-----------------------
Reporter:  frakswe      |      Owner:  (none)
    Type:  enhancement  |     Status:  new
Priority:  normal       |  Component:  --Unset--
Keywords:  tts freebsd  |       Game:
------------------------+-----------------------
 Hello there, i wonder if i may trouble you to add FreeBSD to ./Configure
 to recognise it having TTS capabilities?

 My alterations to ./configure to make it happen was:


 {{{
         freebsd*)
                 echo "freebsd"
                 _tts=yes
                 define_in_config_if_yes $_tts 'USE_SPEECH_DISPATCHER'
                 append_var LIBS '-lspeechd -lpthread'
                 ;;
 }}}

 and added in linux-text-to-speech.h:


 {{{
 <pthread.h>
 }}}


 thanks.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/11347>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list