ports/net/mediastreamer/files/patch-src__utils__dsptools.c
Felix Palmen 90be9210b8 net/mediastreamer: Update to 5.2.94
Approved by:		bofh (maintainer, by private message)
Differential Revision:	https://reviews.freebsd.org/D41227
2023-08-04 08:20:54 +02:00

11 lines
286 B
C

--- src/utils/dsptools.c.orig 2023-07-27 14:00:34 UTC
+++ src/utils/dsptools.c
@@ -62,7 +62,7 @@
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#else
-#if !defined(__APPLE__)
+#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
#include <malloc.h>
#endif
#endif