mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
14 lines
462 B
C++
14 lines
462 B
C++
--- third_party/leveldatabase/env_chromium.cc.orig 2019-06-04 18:55:45 UTC
|
|
+++ third_party/leveldatabase/env_chromium.cc
|
|
@@ -40,7 +40,11 @@
|
|
#include "third_party/leveldatabase/leveldb_chrome.h"
|
|
#include "third_party/leveldatabase/leveldb_features.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
|
|
|
|
#if defined(OS_WIN)
|
|
#undef DeleteFile
|