From 7c29538c6ade3fea1ad68334191870f6d17686e3 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Sun, 31 Mar 2019 16:35:11 +0000 Subject: [PATCH] Remove yet another unneeded patch. The port built fine with the static_assert on 11.2-i386 and 12.0-amd64. --- ...chromium_net_disk__cache_blockfile_disk__format.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 www/qt5-webengine/files/patch-src_3rdparty_chromium_net_disk__cache_blockfile_disk__format.h diff --git a/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_disk__cache_blockfile_disk__format.h b/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_disk__cache_blockfile_disk__format.h deleted file mode 100644 index 4b373b40f329..000000000000 --- a/www/qt5-webengine/files/patch-src_3rdparty_chromium_net_disk__cache_blockfile_disk__format.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/3rdparty/chromium/net/disk_cache/blockfile/disk_format.h.orig 2018-11-13 18:25:11 UTC -+++ src/3rdparty/chromium/net/disk_cache/blockfile/disk_format.h -@@ -149,7 +149,9 @@ struct RankingsNode { - }; - #pragma pack(pop) - -+#if !defined(OS_BSD) - static_assert(sizeof(RankingsNode) == 36, "bad RankingsNode"); -+#endif - - } // namespace disk_cache -