mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 02:47:35 +00:00
Ports/bdwgc: Update bdwgc to version 8.2.2
This commit is contained in:
parent
fb3a1e2341
commit
4900b34ae1
10 changed files with 105 additions and 215 deletions
|
@ -1,14 +1,14 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
|
||||
port=bdwgc
|
||||
version=8.0.6
|
||||
use_fresh_config_sub=true
|
||||
files="https://github.com/ivmai/bdwgc/releases/download/v$version/gc-$version.tar.gz bdwgc.tar.gz 3b4914abc9fa76593596773e4da671d7ed4d5390e3d46fbf2e5f155e121bea11"
|
||||
depends=(libatomic_ops)
|
||||
workdir=gc-$version
|
||||
auth_type=sha256
|
||||
port='bdwgc'
|
||||
version='8.2.2'
|
||||
use_fresh_config_sub='true'
|
||||
files="https://github.com/ivmai/bdwgc/releases/download/v$version/gc-$version.tar.gz bdwgc.tar.gz f30107bcb062e0920a790ffffa56d9512348546859364c23a14be264b38836a0"
|
||||
depends=("libatomic_ops")
|
||||
workdir="gc-$version"
|
||||
auth_type='sha256'
|
||||
|
||||
useconfigure=true
|
||||
useconfigure='true'
|
||||
configopts=("--enable-threads=posix")
|
||||
pre_configure() {
|
||||
run ./autogen.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue