mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
portaudio: disable sndio by default
non-upstream feature patches should be off by default feel free to turn back on after it's accepted upstream
This commit is contained in:
parent
2e9ed7988c
commit
f7f8341645
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'portaudio'
|
# Template file for 'portaudio'
|
||||||
pkgname=portaudio
|
pkgname=portaudio
|
||||||
version=190600.20161030
|
version=190600.20161030
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc=portaudio
|
wrksrc=portaudio
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-cxx --with-jack $(vopt_enable sndio)"
|
configure_args="--enable-cxx --with-jack $(vopt_enable sndio)"
|
||||||
|
@ -15,8 +15,9 @@ distfiles="http://www.${pkgname}.com/archives/pa_stable_v${version%.*}_${version
|
||||||
checksum=f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513
|
checksum=f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
|
# sndio disabled by default: non-upstream patch
|
||||||
build_options="sndio"
|
build_options="sndio"
|
||||||
build_options_default="sndio"
|
build_options_default=""
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# depcomp is required when building the bindings/cpp extension
|
# depcomp is required when building the bindings/cpp extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue