summaryrefslogtreecommitdiff
path: root/audio/webrtc-audio-processing0/files/patch-webrtc_base_stringutils.h
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-12-10 02:42:18 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-12-10 02:42:18 +0000
commit9539d5682495af533b7c98c1739fd4d835f0af8b (patch)
treefcc643533aae7f0ea4d44d2b4182a0b105d325ba /audio/webrtc-audio-processing0/files/patch-webrtc_base_stringutils.h
parentmisc/py-toil: Update 4.2.0 -> 5.0.0 (diff)
audio/webrtc-audio-processing: update to 1.0
Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v0.3.1...v1.0 Reported by: Repology
Notes
Notes: svn path=/head/; revision=557409
Diffstat (limited to 'audio/webrtc-audio-processing0/files/patch-webrtc_base_stringutils.h')
-rw-r--r--audio/webrtc-audio-processing0/files/patch-webrtc_base_stringutils.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/webrtc-audio-processing0/files/patch-webrtc_base_stringutils.h b/audio/webrtc-audio-processing0/files/patch-webrtc_base_stringutils.h
new file mode 100644
index 000000000000..c01ec8a2c14b
--- /dev/null
+++ b/audio/webrtc-audio-processing0/files/patch-webrtc_base_stringutils.h
@@ -0,0 +1,13 @@
+- BSD macro (in sys/param.h) is an archaic of the (University of California) past
+
+--- webrtc/base/stringutils.h.orig 2018-07-23 14:02:57 UTC
++++ webrtc/base/stringutils.h
+@@ -23,7 +23,7 @@
+ #endif // WEBRTC_WIN
+
+ #if defined(WEBRTC_POSIX)
+-#ifdef BSD
++#ifdef WEBRTC_BSD
+ #include <stdlib.h>
+ #else // BSD
+ #include <alloca.h>