From dcb83e27a2439a44ab382313f5af255de91aa4f2 Mon Sep 17 00:00:00 2001 From: Hans Lambermont Date: Fri, 30 Apr 2004 17:50:48 +0000 Subject: - use SDL sound on FreeBSD too. - add solid include path to unix common makefile ... this is not FreeBSD specific, so I'm a bit confused as this wasn't corrected before. --- intern/SoundSystem/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') diff --git a/intern/SoundSystem/Makefile b/intern/SoundSystem/Makefile index 20e37c26a33..0aa46de4b74 100644 --- a/intern/SoundSystem/Makefile +++ b/intern/SoundSystem/Makefile @@ -48,7 +48,7 @@ ifneq ($(NAN_NO_OPENAL),true) DIRS += openal endif ifeq ($(OS),freebsd) - DIRS += openal + DIRS += openal sdl endif ifeq ($(OS),$(findstring $(OS), "linux")) DIRS += openal sdl -- cgit v1.2.3