Opened 6 years ago
Closed 6 years ago
#11347 closed feature request (fixed)
TTS on FreeBSD works aswell with minor adjustments.
| Reported by: | frakswe | Owned by: | ccawley2011 |
|---|---|---|---|
| Priority: | normal | Component: | Port: BSD |
| Version: | Keywords: | tts freebsd | |
| Cc: | Game: |
Description
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.
Change History (3)
comment:1 by , 6 years ago
| Component: | --Unset-- → Port: BSD |
|---|
comment:2 by , 6 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → pending |
comment:3 by , 6 years ago
| Status: | pending → closed |
|---|
Note:
See TracTickets
for help on using tickets.

Thanks, I have opened PR 2346, which is based on your suggestion.