FreeBSD Bugzilla – Attachment 212070 Details for
Bug 244503
www/chromium: Fix build with clang 10.0.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix devel/electron6 build with clang 10.0.0
devel__electron6-fix-clang10-build-1.diff (text/plain), 2.52 KB, created by
Dimitry Andric
on 2020-03-01 08:59:18 UTC
(
hide
)
Description:
Fix devel/electron6 build with clang 10.0.0
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2020-03-01 08:59:18 UTC
Size:
2.52 KB
patch
obsolete
>Index: devel/electron6/files/patch-third__party_glslang_src_glslang_Include_PoolAlloc.h >=================================================================== >--- devel/electron6/files/patch-third__party_glslang_src_glslang_Include_PoolAlloc.h (nonexistent) >+++ devel/electron6/files/patch-third__party_glslang_src_glslang_Include_PoolAlloc.h (working copy) >@@ -0,0 +1,10 @@ >+--- third_party/glslang/src/glslang/Include/PoolAlloc.h.orig 2019-09-10 10:44:45 UTC >++++ third_party/glslang/src/glslang/Include/PoolAlloc.h >+@@ -304,7 +304,6 @@ class pool_allocator { (public) >+ size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); } >+ size_type max_size(int size) const { return static_cast<size_type>(-1) / size; } >+ >+- void setAllocator(TPoolAllocator* a) { allocator = *a; } >+ TPoolAllocator& getAllocator() const { return allocator; } >+ >+ protected: > >Property changes on: devel/electron6/files/patch-third__party_glslang_src_glslang_Include_PoolAlloc.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/electron6/files/patch-third__party_swiftshader_src_OpenGL_compiler_PoolAlloc.h >=================================================================== >--- devel/electron6/files/patch-third__party_swiftshader_src_OpenGL_compiler_PoolAlloc.h (nonexistent) >+++ devel/electron6/files/patch-third__party_swiftshader_src_OpenGL_compiler_PoolAlloc.h (working copy) >@@ -0,0 +1,10 @@ >+--- third_party/swiftshader/src/OpenGL/compiler/PoolAlloc.h.orig 2019-09-10 10:47:39 UTC >++++ third_party/swiftshader/src/OpenGL/compiler/PoolAlloc.h >+@@ -304,7 +304,6 @@ class pool_allocator { (public) >+ size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); } >+ size_type max_size(int size) const { return static_cast<size_type>(-1) / size; } >+ >+- void setAllocator(TPoolAllocator *a) { allocator = a; } >+ TPoolAllocator& getAllocator() const { return *allocator; } >+ >+ protected: > >Property changes on: devel/electron6/files/patch-third__party_swiftshader_src_OpenGL_compiler_PoolAlloc.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244503
:
212027
|
212068
|
212069
| 212070