fix the build on openbsd (Ian Lindsay)

This commit is contained in:
Ludwig Nussel 2008-06-20 07:08:40 +00:00
parent 4713fa4f79
commit 5513fa3d75
1 changed files with 1 additions and 1 deletions

View File

@ -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