audio/xmms2: Fix build conflict with cunit.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-12-24 13:52:37 -05:00 committed by Willy Sudiarto Raharjo
parent 141fc676bc
commit 55e546e451
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -68,6 +68,8 @@ export CCFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
# some plugins are disabled because newer ffmpegs aren't supported yet
# 20221224 bkw: added tests to --without-optionals. it causes the build
# to fail if cunit is installed.
./waf --prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--with-pkgconfigdir=/usr/lib${LIBDIRSUFFIX}/pkgconfig \
@ -75,7 +77,7 @@ export CXXFLAGS="$SLKCFLAGS"
--without-ldconfig \
--without-plugins=apefile,flv,tta \
--with-perl-archdir=/usr/lib$LIBDIRSUFFIX/perl5 \
--without-optionals=python \
--without-optionals=python,tests \
-p configure
./waf build