aboutsummaryrefslogtreecommitdiff
path: root/www/qt5-webengine
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2019-03-31 16:35:11 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2019-03-31 16:35:11 +0000
commit7c29538c6ade3fea1ad68334191870f6d17686e3 (patch)
tree37116b5331d7bfb01e14ad2348fb932a73d8c1ee /www/qt5-webengine
parent1d1160c3b9ba7524081e146e4c62f54244422081 (diff)
downloadports-7c29538c6ade3fea1ad68334191870f6d17686e3.tar.gz
ports-7c29538c6ade3fea1ad68334191870f6d17686e3.zip
Remove yet another unneeded patch.
The port built fine with the static_assert on 11.2-i386 and 12.0-amd64.
Notes
Notes: svn path=/head/; revision=497428
Diffstat (limited to 'www/qt5-webengine')
-rw-r--r--www/qt5-webengine/files/patch-src_3rdparty_chromium_net_disk__cache_blockfile_disk__format.h12
1 files changed, 0 insertions, 12 deletions
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
-