Opened 4 years ago

Closed 4 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 digitall, 4 years ago

Component: --Unset--Port: BSD

comment:2 by ccawley2011, 4 years ago

Owner: set to ccawley2011
Resolution: fixed
Status: newpending

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

comment:3 by ccawley2011, 4 years ago

Status: pendingclosed
Note: See TracTickets for help on using tickets.