summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-06 11:12:11 +0000
committernia <nia@pkgsrc.org>2020-03-06 11:12:11 +0000
commit6d2497b29f167c76b30f5b24d2120f577b29ed6a (patch)
tree16fafe6dbde6ba93308f27904c5096e460860823 /audio
parent31b3640d2e950fbde64559385a6aa0ad6e691daa (diff)
downloadpkgsrc-6d2497b29f167c76b30f5b24d2120f577b29ed6a.tar.gz
wsoundserver: Fix build - needs -lossaudio
Diffstat (limited to 'audio')
-rw-r--r--audio/wsoundserver/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile
index 72cca5d73ef..57e350a61dc 100644
--- a/audio/wsoundserver/Makefile
+++ b/audio/wsoundserver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2020/01/20 21:54:01 nia Exp $
+# $NetBSD: Makefile,v 1.63 2020/03/06 11:12:11 nia Exp $
#
DISTNAME= WSoundServer-0.4.0
@@ -16,6 +16,10 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= pkg-config
+.include "../../mk/oss.buildlink3.mk"
+
+LIBS+= ${LIBOSSAUDIO}
+
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} # not really needed
CONFIGURE_ENV+= ac_cv_path_AUDIOFILE_CONFIG="pkg-config audiofile"
CONFIGURE_ENV+= TOOLS_PATH_SH=${TOOLS_PATH.sh}