$NetBSD: patch-src_3rdparty_chromium_third__party_ijar_BUILD.gn,v 1.2 2022/04/18 11:18:19 adam Exp $ --- src/3rdparty/chromium/third_party/ijar/BUILD.gn.orig 2021-02-19 16:41:59.000000000 +0000 +++ src/3rdparty/chromium/third_party/ijar/BUILD.gn @@ -4,7 +4,7 @@ # A tool that removes all non-interface-specific parts from a .jar file. -if (is_linux || is_chromeos) { +if (is_linux || is_chromeos || is_bsd) { executable("ijar") { sources = [ "classfile.cc",