pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/wsoundserver wsoundserver: Fix build - needs -lo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/343bf40b55d8
branches: trunk
changeset: 424158:343bf40b55d8
user: nia <nia%pkgsrc.org@localhost>
date: Fri Mar 06 11:12:11 2020 +0000
description:
wsoundserver: Fix build - needs -lossaudio
diffstat:
audio/wsoundserver/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r d6d64cf0dc6c -r 343bf40b55d8 audio/wsoundserver/Makefile
--- a/audio/wsoundserver/Makefile Fri Mar 06 10:50:55 2020 +0000
+++ b/audio/wsoundserver/Makefile Fri Mar 06 11:12:11 2020 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index