aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-third__party_swiftshader_third__party_llvm-subzero_lib_Support_Unix_Process.inc
blob: 3703f38fed762b1b20d9c2fce1d2a3db7a1186bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/swiftshader/third_party/llvm-subzero/lib/Support/Unix/Process.inc.orig	2021-01-07 00:39:39 UTC
+++ third_party/swiftshader/third_party/llvm-subzero/lib/Support/Unix/Process.inc
@@ -35,7 +35,7 @@
 // DragonFlyBSD, OpenBSD, and Bitrig have deprecated <malloc.h> for
 // <stdlib.h> instead. Unix.h includes this for us already.
 #if defined(HAVE_MALLOC_H) && !defined(__DragonFly__) && \
-    !defined(__OpenBSD__) && !defined(__Bitrig__)
+    !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__Bitrig__)
 #include <malloc.h>
 #endif
 #if defined(HAVE_MALLCTL)