From 286159d19157c258041e6b1988c820854360652d Mon Sep 17 00:00:00 2001 From: Eukara Date: Tue, 1 Jun 2021 08:33:06 +0000 Subject: [PATCH] pass -DMULTITHREAD to GL_CFLAGS on BSD git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5877 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Makefile b/engine/Makefile index 2f8bcdbc1..7016e64a2 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -1447,7 +1447,7 @@ ifeq ($(FTE_TARGET),bsd) GL_EXE_NAME=../$(EXE_NAME)-gl GLCL_EXE_NAME=../$(EXE_NAME)-glcl GL_LDFLAGS= -L/usr/local/lib $(GLLDFLAGS) $(XLDFLAGS) -lpthread - GL_CFLAGS=$(GLCFLAGS) -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -DAUDIO_OSS + GL_CFLAGS=$(GLCFLAGS) -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -DMULTITHREAD -DAUDIO_OSS GLB_DIR=gl_bsd GLCL_DIR=glcl_bsd