summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index befd65ae..5107ed28 100644
--- a/Makefile
+++ b/Makefile
@@ -699,7 +699,7 @@ ifeq ($(PLATFORM),openbsd)
SHLIBCFLAGS=-fPIC
SHLIBLDFLAGS=-shared $(LDFLAGS)
- THREAD_LIBS=-pthread
+ THREAD_LIBS=-lpthread
LIBS=-lm
CLIENT_LIBS =
@@ -709,7 +709,7 @@ ifeq ($(PLATFORM),openbsd)
ifeq ($(USE_OPENAL),1)
ifneq ($(USE_OPENAL_DLOPEN),1)
- CLIENT_LIBS += $(THREAD_LIBS) -lossaudio -lopenal
+ CLIENT_LIBS += $(THREAD_LIBS) -lopenal
endif
endif