ardour: rebuild for fluidsynth-2.2.0; fix build
This commit is contained in:
parent
893bfba490
commit
279b739f09
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ardour'
|
||||
pkgname=ardour
|
||||
version=6.6
|
||||
revision=1
|
||||
revision=2
|
||||
_commit="e4e21f4d073ab00b1a0bb6ff6ca49f28b02fd68a"
|
||||
build_style=waf3
|
||||
configure_args="--cxx11 --no-phone-home --with-backends=jack,alsa,dummy
|
||||
|
@ -19,6 +19,8 @@ maintainer="tibequadorian <tibequadorian@posteo.de>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://ardour.org"
|
||||
|
||||
CXXFLAGS="-fpermissive"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*) configure_args+=" --dist-target=x86_64" ;;
|
||||
i686*) configure_args+=" --dist-target=i686" ;;
|
||||
|
|
Loading…
Reference in a new issue