mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:17:47 +00:00
Ports: Use SERENITY_ARCH in --target/--host
Recent ports already do this, let's update the others as well. One step closer to multi-arch support for ports! :^)
This commit is contained in:
parent
7cb9237be9
commit
4c497228a9
9 changed files with 14 additions and 10 deletions
|
@ -4,7 +4,7 @@ version=4.5
|
|||
useconfigure="true"
|
||||
files="https://www.nano-editor.org/dist/v4/nano-${version}.tar.xz nano-${version}.tar.xz
|
||||
https://www.nano-editor.org/dist/v4/nano-${version}.tar.xz.asc nano-${version}.tar.xz.asc"
|
||||
configopts="--target=i686-pc-serenity --disable-browser --disable-utf8"
|
||||
configopts="--target=${SERENITY_ARCH}-pc-serenity --disable-browser --disable-utf8"
|
||||
depends="ncurses"
|
||||
auth_type="sig"
|
||||
auth_import_key="BFD009061E535052AD0DF2150D28D4D2A0ACE884"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue