aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-06-20 07:08:40 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-06-20 07:08:40 +0000
commitbcc0a199976512a81e9316efc20ba95e6ff64963 (patch)
treed8910f515180f8d348bf14de57b592d2690340b4 /Makefile
parentd2d5d06226fdf244d298068d18a2a3aa390e5c26 (diff)
downloadioquake3-aero-bcc0a199976512a81e9316efc20ba95e6ff64963.tar.gz
ioquake3-aero-bcc0a199976512a81e9316efc20ba95e6ff64963.zip
fix the build on openbsd (Ian Lindsay)
git-svn-id: svn://svn.icculus.org/quake3/trunk@1389 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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