mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
gambit: update to 4.9.0.
This commit is contained in:
parent
5ea5aec01a
commit
e1b75fbfc2
1 changed files with 5 additions and 5 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'gambit'
|
# Template file for 'gambit'
|
||||||
pkgname=gambit
|
pkgname=gambit
|
||||||
version=4.8.9
|
version=4.9.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--libdir=/usr/lib/gambit --docdir=/usr/share/doc/gambit
|
--libdir=/usr/lib/gambit --docdir=/usr/share/doc/gambit
|
||||||
--enable-compiler-name=gambit-gsc
|
--enable-compiler-name=gambit-gsc
|
||||||
--enable-shared --disable-absolute-shared-libs --enable-versioned-shared-libs
|
--enable-shared --disable-absolute-shared-libs --enable-versioned-shared-libs
|
||||||
--enable-single-host --enable-gcc-opts --enable-openssl"
|
--enable-single-host --enable-gcc-opts --enable-openssl --enable-poll"
|
||||||
makedepends="libressl-devel"
|
makedepends="libressl-devel"
|
||||||
short_desc="Complete, portable, efficient and reliable implementation of Scheme"
|
short_desc="Complete, portable, efficient and reliable implementation of Scheme"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-2.1,Apache-2.0"
|
license="LGPL-2.1-only, Apache-2.0"
|
||||||
homepage="http://gambitscheme.org/"
|
homepage="http://gambitscheme.org/"
|
||||||
distfiles="https://github.com/gambit/gambit/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gambit/gambit/archive/v${version}.tar.gz"
|
||||||
checksum=b6310fc7c91e222e6dda2a511bc25dcec9acf769f6dc3b32630dad4d305e7900
|
checksum=73eb2bc8650d3ce202d17b3e9711eb979ca200ba3b443733bcb24524acbe4688
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) CFLAGS="-DNETDB_INTERNAL=-1 -DNETDB_SUCCESS=0";;
|
*-musl) CFLAGS="-DNETDB_INTERNAL=-1 -DNETDB_SUCCESS=0";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue