From 06a832ee8dc55cc8d53f0e49272f33594e941784 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Wed, 30 Mar 2022 17:18:34 +0200 Subject: 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 --- www/iridium/files/patch-build_config_ozone.gni | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 www/iridium/files/patch-build_config_ozone.gni (limited to 'www/iridium/files/patch-build_config_ozone.gni') diff --git a/www/iridium/files/patch-build_config_ozone.gni b/www/iridium/files/patch-build_config_ozone.gni new file mode 100644 index 000000000000..68386f36fa87 --- /dev/null +++ b/www/iridium/files/patch-build_config_ozone.gni @@ -0,0 +1,21 @@ +--- build/config/ozone.gni.orig 2022-03-28 18:11:04 UTC ++++ build/config/ozone.gni +@@ -91,9 +91,17 @@ declare_args() { + } else if (is_chromeos_lacros) { + ozone_platform = "wayland" + ozone_platform_wayland = true +- } else if (is_linux) { ++ } else if (is_linux && !is_bsd) { + ozone_platform = "x11" + ozone_platform_wayland = true ++ ozone_platform_x11 = true ++ } else if (is_openbsd) { ++ ozone_platform = "x11" ++ ozone_platform_wayland = false ++ ozone_platform_x11 = true ++ } else if (is_freebsd) { ++ ozone_platform = "x11" ++ ozone_platform_wayland = false + ozone_platform_x11 = true + } else if (is_win) { + ozone_platform = "windows" -- cgit v1.2.3