Fri Mar 6 11:12:11 2020 UTC ()
wsoundserver: Fix build - needs -lossaudio


(nia)
diff -r1.62 -r1.63 pkgsrc/audio/wsoundserver/Makefile

cvs diff -r1.62 -r1.63 pkgsrc/audio/wsoundserver/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/wsoundserver/Makefile 2020/01/20 21:54:01 1.62
+++ pkgsrc/audio/wsoundserver/Makefile 2020/03/06 11:12:11 1.63
@@ -1,31 +1,35 @@ @@ -1,31 +1,35 @@
1# $NetBSD: Makefile,v 1.62 2020/01/20 21:54:01 nia Exp $ 1# $NetBSD: Makefile,v 1.63 2020/03/06 11:12:11 nia Exp $
2# 2#
3 3
4DISTNAME= WSoundServer-0.4.0 4DISTNAME= WSoundServer-0.4.0
5PKGNAME= wsoundserver-0.4.0 5PKGNAME= wsoundserver-0.4.0
6PKGREVISION= 26 6PKGREVISION= 26
7CATEGORIES= audio wm windowmaker 7CATEGORIES= audio wm windowmaker
8MASTER_SITES= # ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ 8MASTER_SITES= # ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11#HOMEPAGE= http://shadowmere.student.utwente.nl/ 11#HOMEPAGE= http://shadowmere.student.utwente.nl/
12COMMENT= Sound server for windowmaker 12COMMENT= Sound server for windowmaker
13LICENSE= modified-bsd 13LICENSE= modified-bsd
14 14
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16USE_LIBTOOL= YES 16USE_LIBTOOL= YES
17USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
18 18
 19.include "../../mk/oss.buildlink3.mk"
 20
 21LIBS+= ${LIBOSSAUDIO}
 22
19CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} # not really needed 23CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} # not really needed
20CONFIGURE_ENV+= ac_cv_path_AUDIOFILE_CONFIG="pkg-config audiofile" 24CONFIGURE_ENV+= ac_cv_path_AUDIOFILE_CONFIG="pkg-config audiofile"
21CONFIGURE_ENV+= TOOLS_PATH_SH=${TOOLS_PATH.sh} 25CONFIGURE_ENV+= TOOLS_PATH_SH=${TOOLS_PATH.sh}
22PKG_SYSCONFSUBDIR= WindowMaker 26PKG_SYSCONFSUBDIR= WindowMaker
23EGDIR= ${PREFIX}/share/examples/wsoundserver 27EGDIR= ${PREFIX}/share/examples/wsoundserver
24CONF_FILES= ${EGDIR:Q}/WMSound ${PKG_SYSCONFDIR:Q}/WMSound 28CONF_FILES= ${EGDIR:Q}/WMSound ${PKG_SYSCONFDIR:Q}/WMSound
25 29
26SUBST_CLASSES+= 1x 30SUBST_CLASSES+= 1x
27SUBST_STAGE.1x= pre-configure 31SUBST_STAGE.1x= pre-configure
28SUBST_MESSAGE.1x= Changing the man page category from 1x to 1. 32SUBST_MESSAGE.1x= Changing the man page category from 1x to 1.
29SUBST_FILES.1x= doc/* 33SUBST_FILES.1x= doc/*
30SUBST_SED.1x= -e s,1x,1,g 34SUBST_SED.1x= -e s,1x,1,g
31 35