mirror of https://git.FreeBSD.org/ports.git
audio/pulseaudio: Pull in a patch for upstream fixing module-rtp-recv
PR: 289250 Reported by: avg
This commit is contained in:
parent
564e3d0fa9
commit
0c8b890171
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= pulseaudio
|
||||
DISTVERSION= 17.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://freedesktop.org/software/pulseaudio/releases/
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- src/modules/rtp/module-rtp-recv.c.orig 2024-01-12 17:22:09 UTC
|
||||
+++ src/modules/rtp/module-rtp-recv.c
|
||||
@@ -710,7 +710,7 @@ int pa__init(pa_module*m) {
|
||||
|
||||
pa_zero(hints);
|
||||
|
||||
- service = pa_sprintf_malloc("%d", htons(SAP_PORT));
|
||||
+ service = pa_sprintf_malloc("%d", SAP_PORT);
|
||||
|
||||
hints.ai_flags = AI_NUMERICHOST;
|
||||
if (getaddrinfo(sap_address, service, &hints, &sap_addrinfo) != 0) {
|
Loading…
Reference in New Issue