mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
11 lines
586 B
C++
11 lines
586 B
C++
--- base/native_library_unittest.cc.orig 2024-04-15 20:33:42 UTC
|
|
+++ base/native_library_unittest.cc
|
|
@@ -133,7 +133,7 @@ TEST(NativeLibraryTest, LoadLibrary) {
|
|
// versions with respect to symbol resolution scope.
|
|
// TSan and MSan error out on RTLD_DEEPBIND, https://crbug.com/705255
|
|
#if !BUILDFLAG(IS_ANDROID) && !defined(THREAD_SANITIZER) && \
|
|
- !defined(MEMORY_SANITIZER)
|
|
+ !defined(MEMORY_SANITIZER) && !BUILDFLAG(IS_BSD)
|
|
|
|
// Verifies that the |prefer_own_symbols| option satisfies its guarantee that
|
|
// a loaded library will always prefer local symbol resolution before
|