I needed PulseAudio support through RTAudio, and I was able to add it with the following port Makefile changes. CONFIGURE_ARGS=--disable-static --with-pulse CFLAGS= -I/usr/local/include LDFLAGS= -L/usr/local/lib -lpulse It would be nice if these changes could be included in the port/package. Thanks.
Option PULSEAUDIO added. Thanks for your suggestion.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ec1f052f21c47fbb2b310d945c756fd022dc521 commit 4ec1f052f21c47fbb2b310d945c756fd022dc521 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-13 23:37:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-05-13 23:37:52 +0000 audio/rtaudio: Add PULSEAUDIO option to enable use with PulseAudio PR: 255853 Reported by: Duane <parakleta@darkreality.org> audio/rtaudio/Makefile | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-)