ugly hack to make epel7 build. maybe

This commit is contained in:
Tom Callaway 2017-09-14 14:19:52 -04:00
parent 5ff888b012
commit a0a687b685
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -up chromium-61.0.3163.79/mojo/public/cpp/bindings/struct_ptr.h.uglyhack chromium-61.0.3163.79/mojo/public/cpp/bindings/struct_ptr.h
--- chromium-61.0.3163.79/mojo/public/cpp/bindings/struct_ptr.h.uglyhack 2017-09-14 14:01:32.168409717 -0400
+++ chromium-61.0.3163.79/mojo/public/cpp/bindings/struct_ptr.h 2017-09-14 14:01:40.478219060 -0400
@@ -107,7 +107,7 @@ class StructPtr {
std::unique_ptr<Struct> ptr_;
- DISALLOW_COPY_AND_ASSIGN(StructPtr);
+ // DISALLOW_COPY_AND_ASSIGN(StructPtr);
};
template <typename T>

View File

@ -219,6 +219,8 @@ Patch57: chromium-61.0.3163.79-aarch64-glibc-2.26.90.patch
# More gcc fixes for epel
Patch58: chromium-61.0.3163.79-dde535-gcc-fix.patch
Patch59: chromium-61.0.3163.79-gcc-nc.patch
# This is really ugly.
Patch60: chromium-61.0.3163.79-uglyhack.patch
### Chromium Tests Patches ###
Patch100: chromium-46.0.2490.86-use_system_opus.patch
@ -661,6 +663,7 @@ udev.
%patch47 -p1 -b .c99
%patch58 -p1 -b .dde5e35
%patch59 -p1 -b .gcc-nc
%patch60 -p1 -b .uglyhack
%endif
%patch48 -p1 -b .camfix
%patch50 -p1 -b .pathfix