11 lines
650 B
Text
11 lines
650 B
Text
--- 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;
|