pkgsrc-wip/chromium/patches/patch-ui_gtk_BUILD.gn

14 lines
432 B
Plaintext

$NetBSD$
--- ui/gtk/BUILD.gn.orig 2020-06-25 09:32:24.000000000 +0000
+++ ui/gtk/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-assert(is_linux, "This file should only be referenced on Linux")
+assert(is_linux || is_bsd, "This file should only be referenced on Linux")
import("//build/config/features.gni")
import("//build/config/jumbo.gni")