diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-05-06 17:40:30 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-07 01:10:28 +0200 |
commit | f04911e777ced0f1910b548983af3f4a972fa05c (patch) | |
tree | f4b0c264c5411073cf31c37e702bc3f23cda3356 | |
parent | b69c8b48fcb5f22c7a25356b04c6e9aa8490e9cb (diff) | |
download | serenity-f04911e777ced0f1910b548983af3f4a972fa05c.zip |
Ports/libmad: Use fresh config.guess
This fixes the build on MacOS.
-rwxr-xr-x | Ports/libmad/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/libmad/package.sh b/Ports/libmad/package.sh index 37e940b1ac..61f493617d 100755 --- a/Ports/libmad/package.sh +++ b/Ports/libmad/package.sh @@ -3,6 +3,7 @@ port=libmad version=0.15.1b useconfigure=true use_fresh_config_sub=true +use_fresh_config_guess=true configopts=("--disable-static") files="https://downloads.sourceforge.net/mad/libmad-${version}.tar.gz libmad-${version}.tar.gz bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690" auth_type=sha256 |