mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Ports/timidity: Use fresh config.guess
for timidity
This commit is contained in:
parent
29a46f400d
commit
06d24be8c9
1 changed files with 7 additions and 2 deletions
|
@ -7,8 +7,13 @@ https://www.quaddicted.com/files/idgames/sounds/eawpats.zip eawpats.zip.no_extra
|
||||||
auth_type='sha256'
|
auth_type='sha256'
|
||||||
workdir="TiMidity++-${version}"
|
workdir="TiMidity++-${version}"
|
||||||
use_fresh_config_sub='true'
|
use_fresh_config_sub='true'
|
||||||
config_sub_paths=('autoconf/config.sub')
|
use_fresh_config_guess='true'
|
||||||
depends=()
|
config_sub_paths=(
|
||||||
|
'autoconf/config.sub'
|
||||||
|
)
|
||||||
|
config_guess_paths=(
|
||||||
|
'autoconf/config.guess'
|
||||||
|
)
|
||||||
configopts=(
|
configopts=(
|
||||||
'--without-x'
|
'--without-x'
|
||||||
'lib_cv___va_copy=no'
|
'lib_cv___va_copy=no'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue