summaryrefslogtreecommitdiff
path: root/www/qt5-webengine/files/extra-patch-10
diff options
context:
space:
mode:
Diffstat (limited to 'www/qt5-webengine/files/extra-patch-10')
-rw-r--r--www/qt5-webengine/files/extra-patch-1011
1 files changed, 0 insertions, 11 deletions
diff --git a/www/qt5-webengine/files/extra-patch-10 b/www/qt5-webengine/files/extra-patch-10
deleted file mode 100644
index e3b99ae8aed1..000000000000
--- a/www/qt5-webengine/files/extra-patch-10
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/3rdparty/chromium/third_party/skia/src/core/SkSmallAllocator.h.orig 2017-02-01 20:16:14.715097000 +0100
-+++ src/3rdparty/chromium/third_party/skia/src/core/SkSmallAllocator.h 2017-02-01 20:24:56.680605000 +0100
-@@ -20,7 +20,7 @@
- // abstract type. The complication with max_align_t is that it is defined differently for
- // different builds.
- namespace {
--#if defined(SK_BUILD_FOR_WIN32) || defined(SK_BUILD_FOR_MAC)
-+#if defined(SK_BUILD_FOR_WIN32) || defined(SK_BUILD_FOR_MAC) || defined(__FreeBSD__)
- // Use std::max_align_t for compiles that follow the standard.
- #include <cstddef>
- using SystemAlignment = std::max_align_t;