mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +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
|
@ -3,7 +3,7 @@ port=git
|
|||
version=2.26.0
|
||||
useconfigure="true"
|
||||
files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz"
|
||||
configopts="--target=i686-pc-serenity CFLAGS=-DNO_IPV6"
|
||||
configopts="--target=${SERENITY_ARCH}-pc-serenity CFLAGS=-DNO_IPV6"
|
||||
depends="zlib"
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue