mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
f04911e777
This fixes the build on MacOS.
9 lines
353 B
Bash
Executable file
9 lines
353 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
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
|