mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
net/mediastreamer: expand patch to fix malloc.h-less DF
This commit is contained in:
parent
7e0ac7ffb7
commit
1e63c7baf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401486
@ -5,7 +5,7 @@
|
||||
#include <alloca.h>
|
||||
#else
|
||||
-#if !defined(__APPLE__)
|
||||
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
|
||||
+#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user