svn commit: r384940 - head/www/chromium/files
Rene Ladan
rene at FreeBSD.org
Tue Apr 28 20:32:09 UTC 2015
Author: rene
Date: Tue Apr 28 20:32:08 2015
New Revision: 384940
URL: https://svnweb.freebsd.org/changeset/ports/384940
Log:
www/chromium: fix patching on FreeBSD < 10 (linking still fails because of a
double symbol).
Submitted by: pkg-fallout, various people on chromium@
MFH: 2015Q2
Deleted:
head/www/chromium/files/patch-v8__src__debug.cc
Modified:
head/www/chromium/files/extra-patch-clang
Modified: head/www/chromium/files/extra-patch-clang
==============================================================================
--- head/www/chromium/files/extra-patch-clang Tue Apr 28 20:28:49 2015 (r384939)
+++ head/www/chromium/files/extra-patch-clang Tue Apr 28 20:32:08 2015 (r384940)
@@ -242,17 +242,6 @@
}
bool AudioCodingImpl::RegisterReceiveCodec(AudioDecoder* receive_codec) {
---- v8/src/debug.cc 2015-04-15 00:32:36.000000000 +0200
-+++ v8/src/debug.cc 2015-04-18 22:14:03.000000000 +0200
-@@ -573,7 +573,7 @@
- thread_local_.step_out_fp_ = 0;
- // TODO(isolates): frames_are_dropped_?
- base::NoBarrier_Store(&thread_local_.current_debug_scope_,
-- static_cast<base::AtomicWord>(0));
-+ reinterpret_cast<base::AtomicWord>(0));
- thread_local_.restarter_frame_function_pointer_ = NULL;
- }
-
--- v8/src/runtime/runtime-i18n.cc 2015-04-15 00:32:37.000000000 +0200
+++ v8/src/runtime/runtime-i18n.cc 2015-04-18 22:06:17.000000000 +0200
@@ -627,7 +627,7 @@
More information about the svn-ports-head
mailing list