diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-08-06 16:01:13 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-08-07 19:34:07 +0300 |
commit | b1ecad53b0b32916e5db596b26334db8015e4299 (patch) | |
tree | d860d3a4c0401142fdbc34f99caba645bec72700 /audio/pulseaudio/files/patch-src_utils_padsp.c | |
parent | www/flexget: update to 3.8.2 (diff) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713
Diffstat (limited to 'audio/pulseaudio/files/patch-src_utils_padsp.c')
-rw-r--r-- | audio/pulseaudio/files/patch-src_utils_padsp.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/pulseaudio/files/patch-src_utils_padsp.c b/audio/pulseaudio/files/patch-src_utils_padsp.c deleted file mode 100644 index 773362f476b6..000000000000 --- a/audio/pulseaudio/files/patch-src_utils_padsp.c +++ /dev/null @@ -1,14 +0,0 @@ -# Revert some changes after following commit: -# https://github.com/pulseaudio/pulseaudio/commit/66885ad633db0f371693475c72133e91f1e09ee5 - ---- src/utils/padsp.c.orig 2018-05-11 11:43:31 UTC -+++ src/utils/padsp.c -@@ -2394,7 +2394,7 @@ fail: - return ret; - } - --#ifndef __GLIBC__ -+#ifdef sun - int ioctl(int fd, int request, ...) { - #else - int ioctl(int fd, unsigned long request, ...) { |