git: b269e138720d - main - audio/jacktrip: Fix build with Qt 6.9

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Sun, 27 Apr 2025 03:12:48 UTC
The branch main has been updated by jhale:

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

commit b269e138720d7b573c505ac1c7cfa990bbd3619d
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-04-27 02:46:00 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-04-27 03:09:33 +0000

    audio/jacktrip: Fix build with Qt 6.9
    
    With hat:       kde@
    PR:             286051
---
 audio/jacktrip/files/patch-src_AudioSocket.cpp | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/audio/jacktrip/files/patch-src_AudioSocket.cpp b/audio/jacktrip/files/patch-src_AudioSocket.cpp
new file mode 100644
index 000000000000..4a41d792c803
--- /dev/null
+++ b/audio/jacktrip/files/patch-src_AudioSocket.cpp
@@ -0,0 +1,14 @@
+Fix build with Qt >= 6.9.0
+
+https://github.com/jacktrip/jacktrip/pull/1419
+
+--- src/AudioSocket.cpp.orig	2025-01-21 17:04:33 UTC
++++ src/AudioSocket.cpp
+@@ -37,6 +37,7 @@
+ 
+ #include "AudioSocket.h"
+ 
++#include <QDebug>
+ #include <QEventLoop>
+ #include <iostream>
+