[Bug 275914] www/webkit2-gtk{3,4}: Flavorize?: Deal with 4.0, 4.1 and 6.0 SONAMEs

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 14 Jan 2024 20:33:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275914

--- Comment #18 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(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.