mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +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,4 +4,4 @@ version=3.1.3
|
|||
useconfigure="true"
|
||||
files="https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz rsync-${version}.tar.gz
|
||||
https://download.samba.org/pub/rsync/src/rsync-${version}.tar.gz.asc rsync-${version}.tar.gz.asc"
|
||||
configopts="--target=i686-pc-serenity"
|
||||
configopts="--target=${SERENITY_ARCH}-pc-serenity"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue