svn commit: r384941 - branches/2015Q2/www/chromium/files
Rene Ladan
rene at FreeBSD.org
Tue Apr 28 20:42:45 UTC 2015
Author: rene
Date: Tue Apr 28 20:42:44 2015
New Revision: 384941
URL: https://svnweb.freebsd.org/changeset/ports/384941
Log:
MFH: r384940
www/chromium: fix patching on FreeBSD < 10 (linking still fails because of a
double symbol).
Submitted by: pkg-fallout, various people on chromium@
Approved by: portmgr (erwin)
Deleted:
branches/2015Q2/www/chromium/files/patch-v8__src__debug.cc
Modified:
branches/2015Q2/www/chromium/files/extra-patch-clang
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/www/chromium/files/extra-patch-clang
==============================================================================
--- branches/2015Q2/www/chromium/files/extra-patch-clang Tue Apr 28 20:32:08 2015 (r384940)
+++ branches/2015Q2/www/chromium/files/extra-patch-clang Tue Apr 28 20:42:44 2015 (r384941)
@@ -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-all
mailing list