summaryrefslogtreecommitdiff
path: root/Ports/guile/package.sh
blob: 2b57e3145c98174ec58b86ff90b12d25ff2d5433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env -S bash ../.port_include.sh
port=guile
version=3.0.8
files="https://ftpmirror.gnu.org/gnu/guile/guile-${version}.tar.gz guile-${version}.tar.gz f25ae0c26e911af1b5005292d4f56621879f74d6958b30741cf67d8b6feb2016"
depends=("gmp" "libunistring" "libffi" "bdwgc" "libiconv")
auth_type=sha256

useconfigure=true
use_fresh_config_sub=true
config_sub_path="build-aux/config.sub"
configopts=("--disable-lto" "--disable-jit")
pre_configure() {
    run autoreconf
}