net/mediastreamer: expand patch to fix malloc.h-less DF

This commit is contained in:
John Marino 2015-11-13 08:33:03 +00:00
parent 7e0ac7ffb7
commit 1e63c7baf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401486

View file

@ -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