git: a4ae2d65f292 - main - devel/electron38: Unbreak build with pipewire 1.6

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Sat, 21 Mar 2026 08:31:54 UTC
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a4ae2d65f29274b3b1f613f7344376ee2d21bf88

commit a4ae2d65f29274b3b1f613f7344376ee2d21bf88
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-03-21 08:30:43 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-03-21 08:31:46 +0000

    devel/electron38: Unbreak build with pipewire 1.6
    
    Obtained from:  https://bugs.gentoo.org/964012
---
 ...ty_webrtc_modules_video__capture_linux_pipewire__session.cc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/devel/electron38/files/patch-third__party_webrtc_modules_video__capture_linux_pipewire__session.cc b/devel/electron38/files/patch-third__party_webrtc_modules_video__capture_linux_pipewire__session.cc
new file mode 100644
index 000000000000..bd93abdc5954
--- /dev/null
+++ b/devel/electron38/files/patch-third__party_webrtc_modules_video__capture_linux_pipewire__session.cc
@@ -0,0 +1,10 @@
+--- third_party/webrtc/modules/video_capture/linux/pipewire_session.cc.orig	2025-10-13 21:25:57 UTC
++++ third_party/webrtc/modules/video_capture/linux/pipewire_session.cc
+@@ -14,6 +14,7 @@
+ #include <spa/param/format-utils.h>
+ #include <spa/param/format.h>
+ #include <spa/param/video/raw.h>
++#include <spa/pod/iter.h>
+ #include <spa/pod/parser.h>
+ 
+ #include <algorithm>