aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2019-04-01 00:35:11 +0800
committerrakuco <rakuco@FreeBSD.org>2019-04-01 00:35:11 +0800
commit64c27e0a110ce270329ef9f1a6b9ff84543f30ef (patch)
tree37116b5331d7bfb01e14ad2348fb932a73d8c1ee /www
parent56fda8843deeb4f87ee40e5e8d73a0a313688dbd (diff)
downloadfreebsd-ports-gnome-64c27e0a110ce270329ef9f1a6b9ff84543f30ef.tar.gz
freebsd-ports-gnome-64c27e0a110ce270329ef9f1a6b9ff84543f30ef.tar.zst
freebsd-ports-gnome-64c27e0a110ce270329ef9f1a6b9ff84543f30ef.zip
Remove yet another unneeded patch.
The port built fine with the static_assert on 11.2-i386 and 12.0-amd64.
Diffstat (limited to 'www')
-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
-