From db752268948ed181ef330c88a2ee5468e53a1b10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Tue, 16 May 2023 11:51:22 -0400
Subject: [PATCH] Disable TraceJIT on FreeBSD

It's gotten too crashy lately.
---
 3rdp/build/GNUmakefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/3rdp/build/GNUmakefile b/3rdp/build/GNUmakefile
index 44f200ccee..26efb68153 100644
--- a/3rdp/build/GNUmakefile
+++ b/3rdp/build/GNUmakefile
@@ -30,10 +30,8 @@ endif
 # OS/2 and "GNU" (HURD?) also need this, but we never plan to support them.
 ifneq ($(os),darwin)
  ifneq ($(os),linux)
-  ifneq ($(os),freebsd)
-   ifneq ($(os),sunos)
-    JS_CONFIGURE_ARGS += '--disable-tracejit'
-   endif
+  ifneq ($(os),sunos)
+   JS_CONFIGURE_ARGS += '--disable-tracejit'
   endif
  endif
 endif
-- 
GitLab