freebsd-ports/www/iridium/files/patch-content_zygote_BUILD.gn
Robert Nagy 06a832ee8d www/iridium: resurrect, update to 2022.03.99.1
Sync the port to www/chromium and the shared *BSD patchset

This port no longer uses Python 2.7
2022-03-30 17:20:38 +02:00

11 lines
346 B
Text

--- content/zygote/BUILD.gn.orig 2022-03-28 18:11:04 UTC
+++ content/zygote/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/nacl/config.gni")
import("//content/public/common/zygote/features.gni")
-if (is_linux || is_chromeos) {
+if ((is_linux || is_chromeos) && !is_bsd) {
source_set("zygote") {
sources = [
"zygote_linux.cc",