Ports/git: Forcing NO_IPV6 option.

This fixes the build, how ever I don't know why the auto detection
broke in the first place.
This commit is contained in:
Jorropo 2021-03-06 07:20:48 +01:00 committed by Andreas Kling
parent 89846b5b7c
commit 25e4a3467d
Notes: sideshowbarker 2024-07-18 21:40:37 +09:00

View file

@ -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"
configopts="--target=i686-pc-serenity CFLAGS=-DNO_IPV6"
depends="zlib"
build() {