From 8b8866bf2ddc0683b33cb2478dbce1511ea004cd Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 1 Dec 2001 03:07:33 +0000
Subject: [PATCH] Added JAVASCRIPT definition in FreeBSD build.

---
 src/sbbs3/Makefile.gnu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/Makefile.gnu b/src/sbbs3/Makefile.gnu
index 526637490b..e15c4ec4f2 100644
--- a/src/sbbs3/Makefile.gnu
+++ b/src/sbbs3/Makefile.gnu
@@ -54,8 +54,8 @@ DELETE	=	rm -f -v
 OUTLIB	=	-o
 
 ifeq ($(os),freebsd)	# FreeBSD
+CFLAGS	:=	-DJAVASCRIPT -pthread
 LIBS	:=	-pthread
-CFLAGS	:=	-pthread
 else			        # Linux / Other UNIX
 CFLAGS	:=	-DJAVASCRIPT -I../mozilla/js/src
 LIBS	:=	$(LIBDIR)/libpthread.a
-- 
GitLab