Ports: Set the correct config.sub path for mpc
This commit is contained in:
parent
f3923b4aea
commit
abb9e3e198
Notes:
sideshowbarker
2024-07-17 20:33:50 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/abb9e3e198 Pull-request: https://github.com/SerenityOS/serenity/pull/12591
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ port=mpc
|
|||
version=1.2.1
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
config_sub_path=build-aux/config.sub
|
||||
configopts=("--target=${SERENITY_ARCH}-pc-serenity" "--with-sysroot=/")
|
||||
files="https://ftpmirror.gnu.org/gnu/mpc/mpc-${version}.tar.gz mpc-${version}.tar.gz
|
||||
https://ftpmirror.gnu.org/gnu/mpc/mpc-${version}.tar.gz.sig mpc-${version}.tar.gz.sig
|
||||
|
|
Loading…
Add table
Reference in a new issue