summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-cc_BUILD.gn
blob: 54de06a4429447e609fe2c54728de7d02c0e15ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cc/BUILD.gn.orig	2019-03-15 06:36:56 UTC
+++ cc/BUILD.gn
@@ -550,7 +550,7 @@ cc_static_library("test_support") {
     "//ui/gl:test_support",
     "//ui/latency",
   ]
-  if (!is_android) {
+  if (!is_android && !is_bsd) {
     data_deps = [
       "//third_party/mesa:osmesa",
     ]