mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
- Switch to USES=localbase:ldflags - Revert Makefile.tests and include more *_unittests - Update patch file with missing WEBRTC_BSD macro - Apply several patches from devel/googletest (thanks to jbeich@) - Bump PORTREVISION
11 lines
626 B
C++
11 lines
626 B
C++
--- base/native_library_unittest.cc.orig 2018-08-23 19:08:51.430697000 +0200
|
|
+++ base/native_library_unittest.cc 2018-08-23 19:09:42.937027000 +0200
|
|
@@ -120,7 +120,7 @@
|
|
// Android dlopen() requires further investigation, as it might vary across
|
|
// versions with respect to symbol resolution scope.
|
|
// TSan and MSan error out on RTLD_DEEPBIND, https://crbug.com/705255
|
|
-#if !defined(OS_ANDROID) && !defined(THREAD_SANITIZER) && \
|
|
+#if !defined(OS_ANDROID) && !defined(OS_BSD) && !defined(THREAD_SANITIZER) && \
|
|
!defined(MEMORY_SANITIZER)
|
|
|
|
// Verifies that the |prefer_own_symbols| option satisfies its guarantee that
|