[Bug 275914] www/webkit2-gtk{3,4}: Flavorize?: Deal with 4.0, 4.1 and 6.0 SONAMEs
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 275914] www/webkit2-gtk{3,4}: Flavorize: 4.0, 4.1 and 6.0 APIs"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Aug 2024 19:38:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275914 --- Comment #41 from shamaz.mazum@gmail.com --- (In reply to Nuno Teixeira from comment #40) I have no idea. Today i've upgraded to FreeBSD 14.1, so this is what I have now with that patch applied to the base: vasily@vonbraun:~/test % c++ --version FreeBSD clang version 18.1.5 (https://github.com/llvm/llvm-project.git llvmorg-18.1.5-0-g617a15a9eac9) Target: x86_64-unknown-freebsd14.1 Thread model: posix InstalledDir: /usr/bin vasily@vonbraun:~/test % c++ -o test test.cpp vasily@vonbraun:~/test % ./test std::pair copy constructor is trivial and to the port: vasily@vonbraun:~/test % clang++15 --version clang version 15.0.7 Target: x86_64-portbld-freebsd14.0 Thread model: posix InstalledDir: /usr/local/llvm15/bin vasily@vonbraun:~/test % clang++15 -o test test.cpp vasily@vonbraun:~/test % ./test std::pair copy constructor is trivial I don't know how it's even possible that it works for me and not for you. -- You are receiving this mail because: You are the assignee for the bug.