mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
9539d56824
Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v0.3.1...v1.0 Reported by: Repology
14 lines
331 B
C
14 lines
331 B
C
- 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>
|