ports/www/chromium/files/patch-base_native__library__unittest.cc
Carlos J. Puga Medina 2299656dc8 - USE_GNOME also requires USES=gnome
- 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
2018-09-01 13:23:08 +00:00

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