Re: [UPDATE] audio/mpd - now with sndio support

2017-01-29 Thread David Coppa
On Sat, Jan 28, 2017 at 10:28 PM, Christopher Zimmermann wrote: > Hi, > > > this time with the diff attached. > > mpd has had sndio support for quite some time now, but not in our ports > tree. So here's an update. Our g++ doesn't support constexpr with > switch/case

[UPDATE] audio/mpd - now with sndio support

2017-01-28 Thread Christopher Zimmermann
Hi, this time with the diff attached. mpd has had sndio support for quite some time now, but not in our ports tree. So here's an update. Our g++ doesn't support constexpr with switch/case statements, therefore use clang. OK? Christopher Index: Makefile