diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-18 19:24:43 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2019-06-18 19:24:43 +0000 |
commit | 66d46c9897975d9592955817cb33089d97ef17c6 (patch) | |
tree | c8bebd5ffea1cf2b2f6b472d71bbaddb2b47480d /www/iridium/files/patch-cc_BUILD.gn | |
parent | net/shmux: Update to 1.0.3 (diff) |
www/iridium: Update to 2019.04.73
Submitted by: Matthias Wolf <matthias@rheinwolf.de>
Notes
Notes:
svn path=/head/; revision=504498
Diffstat (limited to 'www/iridium/files/patch-cc_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-cc_BUILD.gn | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/iridium/files/patch-cc_BUILD.gn b/www/iridium/files/patch-cc_BUILD.gn index 4e40dedebb20..57edb8265544 100644 --- a/www/iridium/files/patch-cc_BUILD.gn +++ b/www/iridium/files/patch-cc_BUILD.gn @@ -1,22 +1,21 @@ ---- cc/BUILD.gn.orig 2017-12-30 06:26:13.722587000 +0100 -+++ cc/BUILD.gn 2017-12-30 06:26:46.042197000 +0100 -@@ -541,7 +541,7 @@ +--- cc/BUILD.gn.orig 2019-03-11 22:00:52 UTC ++++ cc/BUILD.gn +@@ -548,7 +548,7 @@ cc_test_static_library("test_support") { "//ui/gl:test_support", "//ui/latency", ] - if (!is_android) { + if (!is_android && !is_bsd) { data_deps = [ - "//third_party/mesa:osmesa", + "//third_party/mesa_headers", ] -@@ -717,10 +717,6 @@ +@@ -746,9 +746,6 @@ cc_test("cc_unittests") { "//ui/gfx/geometry", "//ui/gl", "//ui/gl:test_support", - ] -- - data_deps = [ -- "//third_party/mesa:osmesa", +- "//third_party/mesa_headers", ] } |