mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/jacktrip: Fix build with Qt 6.9
With hat: kde@ PR: 286051
This commit is contained in:
parent
3d3ab4ab06
commit
b269e13872
1 changed files with 14 additions and 0 deletions
14
audio/jacktrip/files/patch-src_AudioSocket.cpp
Normal file
14
audio/jacktrip/files/patch-src_AudioSocket.cpp
Normal file
|
@ -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>
|
||||
|
Loading…
Add table
Reference in a new issue