Created attachment 173406 [details] libao.diff This enables sndio support in libao. It includes the sndio patch from the OpenBSD ports tree. I've also added --disable-alsa to CONFIGURE_ARGS because without it the port tries to link with libasound when it's installed. Build in Poudriere@FreeBSD 10.3/amd64 and portlint ok.
A commit references this bug: Author: naddy Date: Tue Aug 9 15:11:27 UTC 2016 New revision: 419927 URL: https://svnweb.freebsd.org/changeset/ports/419927 Log: Enable sndio support in libao, based on the OpenBSD port. Also add --disable-alsa to CONFIGURE_ARGS because without it the port tries to link with libasound when it's installed. PR: 211662 Submitted by: Tobias Kortkamp <t@tobik.me> Changes: head/audio/libao/Makefile head/audio/libao/files/patch-src_plugins_sndio_ao__sndio.c head/audio/libao/pkg-plist
Thanks.