diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-29 22:08:59 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-29 22:08:59 +0000 |
commit | e07f65b746ff1d52d943dd930315f7ec7a0c726a (patch) | |
tree | 6455e241c8b173fb7059c54c6bde8ef44284f2d0 /www/chromium/files/extra-patch-10 | |
parent | dns/unbound: update 1.6.1 -> 1.6.2 (diff) |
www/chromium: update to 58.0.3029.81
MFH: 2017Q2
Security: https://vuxml.freebsd.org/freebsd/95a74a48-2691-11e7-9e2d-e8e0b747a45a.html
Notes
Notes:
svn path=/head/; revision=439776
Diffstat (limited to 'www/chromium/files/extra-patch-10')
-rw-r--r-- | www/chromium/files/extra-patch-10 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/extra-patch-10 b/www/chromium/files/extra-patch-10 deleted file mode 100644 index f0ea2ae78236..000000000000 --- a/www/chromium/files/extra-patch-10 +++ /dev/null @@ -1,11 +0,0 @@ ---- third_party/skia/src/core/SkSmallAllocator.h.orig 2017-02-01 20:16:14.715097000 +0100 -+++ 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; |