From 002807e114e8b34c06689c8800a57b473ddf4c51 Mon Sep 17 00:00:00 2001 From: kth5 Date: Wed, 16 Aug 2023 18:18:41 +0200 Subject: [PATCH] * update firefox to 116.0.2-1 --- firefox/firefox-webrtc-p9.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 firefox/firefox-webrtc-p9.patch diff --git a/firefox/firefox-webrtc-p9.patch b/firefox/firefox-webrtc-p9.patch new file mode 100644 index 0000000000..e4f12bcdfd --- /dev/null +++ b/firefox/firefox-webrtc-p9.patch @@ -0,0 +1,30 @@ +diff -r 4cb22dd449d6 third_party/libwebrtc/moz.build +--- a/third_party/libwebrtc/moz.build Mon Aug 07 08:16:50 2023 +0000 ++++ b/third_party/libwebrtc/moz.build Tue Aug 08 13:57:02 2023 -0700 +@@ -603,16 +603,26 @@ + "/third_party/libwebrtc/modules/desktop_capture/primitives_gn", + "/third_party/libwebrtc/modules/portal/portal_gn", + "/third_party/libwebrtc/third_party/drm/drm_gn", + "/third_party/libwebrtc/third_party/gbm/gbm_gn", + "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn", + "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" + ] + ++if CONFIG["CPU_ARCH"] == "ppc64" and CONFIG["OS_TARGET"] == "Linux": ++ ++ DIRS += [ ++ "/third_party/libwebrtc/modules/portal/portal_gn", ++ "/third_party/libwebrtc/third_party/drm/drm_gn", ++ "/third_party/libwebrtc/third_party/gbm/gbm_gn", ++ "/third_party/libwebrtc/third_party/libepoxy/libepoxy_gn", ++ "/third_party/libwebrtc/third_party/pipewire/pipewire_gn" ++ ] ++ + if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "OpenBSD": + + DIRS += [ + "/third_party/libwebrtc/common_audio/common_audio_neon_c_gn", + "/third_party/libwebrtc/common_audio/common_audio_neon_gn" + ] + + if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "OpenBSD": \ No newline at end of file