summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author B. Watson2022-12-24 19:52:37 +0100
committer Willy Sudiarto Raharjo2022-12-31 03:14:46 +0100
commit55e546e45195b23a8a8f1915d186cc561790ba2d (patch)
tree046d37118f2d19d580a238dbed37633b74bbdb00 /audio
parent141fc676bc50a3f33131a0fcee895062776579ba (diff)
downloadslackbuilds-55e546e45195b23a8a8f1915d186cc561790ba2d.tar.gz
audio/xmms2: Fix build conflict with cunit.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms2/xmms2.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmms2/xmms2.SlackBuild b/audio/xmms2/xmms2.SlackBuild
index b0c205641b..8e65282b47 100644
--- a/audio/xmms2/xmms2.SlackBuild
+++ b/audio/xmms2/xmms2.SlackBuild
@@ -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