mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:07:45 +00:00
Build: Modify various parts to allow the build to succeed on FreeBSD
This commit is contained in:
parent
a82c56f9f7
commit
b4790010a8
5 changed files with 11 additions and 6 deletions
|
@ -42,6 +42,8 @@ elif [ "$(uname -s)" = "FreeBSD" ]; then
|
|||
MAKE=gmake
|
||||
MD5SUM="md5 -q"
|
||||
NPROC="sysctl -n hw.ncpu"
|
||||
export with_gmp=/usr/local
|
||||
export with_mpfr=/usr/local
|
||||
fi
|
||||
|
||||
git_patch=
|
||||
|
|
|
@ -28,6 +28,8 @@ elif [ "$(uname -s)" = "FreeBSD" ]; then
|
|||
MAKE=gmake
|
||||
MD5SUM="md5 -q"
|
||||
NPROC="sysctl -n hw.ncpu"
|
||||
export with_gmp=/usr/local
|
||||
export with_mpfr=/usr/local
|
||||
fi
|
||||
|
||||
echo PREFIX is "$PREFIX"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue