summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2019-03-31 15:50:16 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2019-03-31 15:50:16 +0000
commitd128922d1e24b5384f5aa54834fbb891570bbce4 (patch)
treeddfd892bf67e89cf7ae01d1035e8a7eabe159fc8
parentRemove unnecessary patch. (diff)
Remove another unnecessary patch.
The code built fine without the extra headers on 11.2, 12.0 and HEAD.
-rw-r--r--www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.h b/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.h
deleted file mode 100644
index 7e5329dc161c..000000000000
--- a/www/qt5-webengine/files/patch-src_3rdparty_chromium_base_files_file__path__watcher__kqueue.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/3rdparty/chromium/base/files/file_path_watcher_kqueue.h.orig 2017-01-26 00:49:07 UTC
-+++ src/3rdparty/chromium/base/files/file_path_watcher_kqueue.h
-@@ -5,6 +5,10 @@
- #ifndef BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_
- #define BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_
-
-+#ifdef __FreeBSD__
-+#include <sys/stdint.h>
-+#include <sys/types.h>
-+#endif
- #include <sys/event.h>
-
- #include <memory>