https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275914
--- Comment #18 from Nuno Teixeira <[email protected]> --- (In reply to Olivier Duchateau from comment #17) > Nuno, did you try with gcc? I will try to avoid it. It must be compiled with clang. Changing to gcc is not a solution unless we dealing with a special case. My plan is to patch base/port clang to see how it goes with: -# if defined(__FreeBSD__) -# define _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR -# endif +//# if defined(__FreeBSD__) +//# define _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR +//# endif And then try to get help on why this is affecting build. I've contacted author from https://github.com/shamazmazum/freebsd-ports/tree/master/www and he said to me that it was the only solution found to fix it. -- You are receiving this mail because: You are the assignee for the bug.
