diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-11-09 15:32:15 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-11-09 15:32:15 +0000 |
commit | bb497689a8515a848addbc95645058fae277111e (patch) | |
tree | 76ce2aa959581a715cf72ef1d2f03a022ba5f1f3 /audio/pulseaudio/files/patch-src_utils_padsp.c | |
parent | Update to 2.0.25 release. (diff) |
audio/pulseaudio: Update to 12.2
PR: 229192
Submitted by: lightside <lightside@gmx.com>
Notes
Notes:
svn path=/head/; revision=484515
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, 14 insertions, 0 deletions
diff --git a/audio/pulseaudio/files/patch-src_utils_padsp.c b/audio/pulseaudio/files/patch-src_utils_padsp.c new file mode 100644 index 000000000000..773362f476b6 --- /dev/null +++ b/audio/pulseaudio/files/patch-src_utils_padsp.c @@ -0,0 +1,14 @@ +# 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, ...) { |