From 5513fa3d7515b4432edb3ca291fe9c5e0a811c17 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Fri, 20 Jun 2008 07:08:40 +0000 Subject: [PATCH] fix the build on openbsd (Ian Lindsay) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64c68a1a..3ca4eb18 100644 --- a/Makefile +++ b/Makefile @@ -606,7 +606,7 @@ ifeq ($(PLATFORM),openbsd) ifeq ($(USE_OPENAL),1) ifneq ($(USE_OPENAL_DLOPEN),1) - CLIENT_LDFLAGS += $(THREAD_LDFLAGS) -lopenal + CLIENT_LDFLAGS += $(THREAD_LDFLAGS) -lossaudio -lopenal endif endif