Re: fix archivers/innoextract with newer libc++

2018-09-11 Thread Stuart Henderson
On 2018/09/11 15:05, Stuart Henderson wrote: > innoextract fails with the WIP update of libc++. innoextract builds > with -std=c++17 if available, but it uses boost - the boost version we > have in-tree uses auto_ptr, which was removed from c++17. > > I think time is a bit tight to deal with a

fix archivers/innoextract with newer libc++

2018-09-11 Thread Stuart Henderson
innoextract fails with the WIP update of libc++. innoextract builds with -std=c++17 if available, but it uses boost - the boost version we have in-tree uses auto_ptr, which was removed from c++17. I think time is a bit tight to deal with a boost update pre-release so this works around for now.