summaryrefslogtreecommitdiff
path: root/www/chromium/files/extra-patch-libc++-new
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/extra-patch-libc++-new')
-rw-r--r--www/chromium/files/extra-patch-libc++-new14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/chromium/files/extra-patch-libc++-new b/www/chromium/files/extra-patch-libc++-new
deleted file mode 100644
index a62e8543187d..000000000000
--- a/www/chromium/files/extra-patch-libc++-new
+++ /dev/null
@@ -1,14 +0,0 @@
---- services/ui/ws/BUILD.gn.orig 2016-12-09 17:47:26.343517000 +0000
-+++ services/ui/ws/BUILD.gn 2016-12-09 17:48:45.323876000 +0000
-@@ -103,6 +103,11 @@
- "window_tree_host_factory.h",
- ]
-
-+ # Work around base r261801
-+ if (is_bsd) {
-+ defines = ["_LIBCPP_ABI_UNSTABLE=1"]
-+ }
-+
- deps = [
- # TODO(sad): Temporary, until the GPU process is split out of ws.
- "//services/ui/gpu",