mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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: https://github.com/SerenityOS/serenity/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'
|
||||
workdir="TiMidity++-${version}"
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=('autoconf/config.sub')
|
||||
depends=()
|
||||
use_fresh_config_guess='true'
|
||||
config_sub_paths=(
|
||||
'autoconf/config.sub'
|
||||
)
|
||||
config_guess_paths=(
|
||||
'autoconf/config.guess'
|
||||
)
|
||||
configopts=(
|
||||
'--without-x'
|
||||
'lib_cv___va_copy=no'
|
||||
|
|
Loading…
Reference in a new issue