mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
Ports/timidity: Use fresh config.guess
for timidity
This commit is contained in:
parent
29a46f400d
commit
06d24be8c9
Notes:
sideshowbarker
2024-07-18 22:57:59 +09:00
Author: https://github.com/EWouters
Commit: 06d24be8c9
Pull-request: https://github.com/SerenityOS/serenity/pull/16753
Reviewed-by: https://github.com/gmta ✅
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