mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
141fc676bc
commit
55e546e451
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue