From bcc0a199976512a81e9316efc20ba95e6ff64963 Mon Sep 17 00:00:00 2001 From: ludwig Date: Fri, 20 Jun 2008 07:08:40 +0000 Subject: fix the build on openbsd (Ian Lindsay) git-svn-id: svn://svn.icculus.org/quake3/trunk@1389 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 64c68a1..3ca4eb1 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 -- cgit v1.2.3