pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/math/xylib
"Niclas Rosenvik" <nros%netbsd.org@localhost> writes:
> Module Name: pkgsrc
> Committed By: nros
> Date: Mon Dec 23 19:54:52 UTC 2019
>
> Modified Files:
> pkgsrc/math/xylib: distinfo
> pkgsrc/math/xylib/patches: patch-xylib_cache.h
>
> Log Message:
> Fix build of math/xylib on gcc 6 and above
>
> gcc 6 and above inmplicity uses c++14 so use std::shared_ptr.
That seems ok, but this strikes me as deeper brokenness. The package
should declare the language and if c++11 or c++03 then a --std should be
passed, so the gcc 6 doing c++14 should not be operative. I am unclear
on the details here.
Home |
Main Index |
Thread Index |
Old Index