On Mon, Feb 06, 2023 at 07:10:33PM +, Klemens Nanni wrote:
> On Mon, Feb 06, 2023 at 06:55:35PM +0100, Antoine Jacoutot wrote:
> > Thanks. Could you patch instead of sed please.
>
> Et Voilà!
OK
>
> Index: Makefile
> ===
> RCS
On Mon, Feb 06, 2023 at 06:55:35PM +0100, Antoine Jacoutot wrote:
> Thanks. Could you patch instead of sed please.
Et Voilà!
Index: Makefile
===
RCS file: /cvs/ports/databases/evolution-data-server/Makefile,v
retrieving revision 1.2
Thanks. Could you patch instead of sed please.
—
Antoine
> On 6 Feb 2023, at 18:45, Klemens Nanni wrote:
>
> The configure-time compile test for libphonenumber fails unless C++17,
> as set in both libphonenumber and abseil-cpp, is used.
>
> Adjust the project's standard and make the configur
The configure-time compile test for libphonenumber fails unless C++17,
as set in both libphonenumber and abseil-cpp, is used.
Adjust the project's standard and make the configure test honour it.
Replace one usage of auto_ptr in the C++14 code base with unique_ptr;
should probably be done anyway i