From 5bdbd0698ebaf86d38857ce1456a8466648cd3b5 Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 14 Mar 2006 01:29:45 +0000 Subject: [PATCH] Should have slightly more luck with BSD systems. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2115 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/engine/Makefile b/engine/Makefile index ab0e6cfa4..f26fb4fc2 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -53,8 +53,6 @@ HTTP_DIR=$(BASE_DIR)/http LIBS_DIR?=. PROGS_DIR=$(BASE_DIR)/qclib SNDCODEC_DIR=$(BASE_DIR)/sndcodec -MP3_DIR=$(BASE_DIR)/../mp3/libmad -QUX_DIR=$(BASE_DIR)/qux RELEASE_DIR=$(BASE_DIR)/release DEBUG_DIR=$(BASE_DIR)/debug @@ -79,6 +77,9 @@ endif ifeq ($(FTE_TARGET),morphos) BASELDFLAGS=-lm endif +ifeq ($(FTE_TARGET),bsd) + BASELDFLAGS=-lm +endif BASELDFLAGS ?= -lm -ldl #BASELDFLAGS=-lm -lz