summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2019-03-31 13:55:01 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2019-03-31 13:55:01 +0000
commit35e77ad1f828e55aa6c79de6ba77fa2a2528e0f5 (patch)
tree978a4aec802b1ceedf1ad6cdcc95e1f76c618d41
parentsecurity/vuxml: Document irc/znc issue (diff)
Remove unnecessary patch.
We already use the re2 port, and QtWebEngine's build system takes care of unbundling Chromium's version (which includes making sure the internal re2 header includes actually point to the system ones).
Notes
Notes: svn path=/head/; revision=497424
-rw-r--r--www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_leveldatabase_env__chromium.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_leveldatabase_env__chromium.cc b/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_leveldatabase_env__chromium.cc
deleted file mode 100644
index 0147a835ebed..000000000000
--- a/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_leveldatabase_env__chromium.cc
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/3rdparty/chromium/third_party/leveldatabase/env_chromium.cc.orig 2017-01-26 00:49:30 UTC
-+++ src/3rdparty/chromium/third_party/leveldatabase/env_chromium.cc
-@@ -25,7 +25,11 @@
- #include "base/trace_event/trace_event.h"
- #include "third_party/leveldatabase/chromium_logger.h"
- #include "third_party/leveldatabase/src/include/leveldb/options.h"
-+#if defined(OS_BSD)
-+#include <re2/re2.h>
-+#else
- #include "third_party/re2/src/re2/re2.h"
-+#endif
-
- using base::FilePath;
- using leveldb::FileLock;