From: Mike Brady Date: Sun, 16 Apr 2017 13:58:10 +0000 (+0100) Subject: Update FREEBSD.md X-Git-Tag: 3.1.d6~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd283428d13601b896ff56b3196349a0dea64e5;p=thirdparty%2Fshairport-sync.git Update FREEBSD.md --- diff --git a/FREEBSD.md b/FREEBSD.md index 99cddb55..94960f83 100644 --- a/FREEBSD.md +++ b/FREEBSD.md @@ -48,7 +48,7 @@ Next, configure the build and compile it: ``` $ autoreconf -i -f -$ CPPFLAGS="-I/usr/local/include" ./configure --with-alsa --with-avahi --with-ssl=openssl --with-metadata +$ CPPFLAGS="-I/usr/local/include" ./configure --with-alsa --with-avahi --with-sndio --with-ssl=openssl --with-metadata $ make ```