gambit: update to 4.9.3.

This commit is contained in:
Leah Neukirchen 2019-02-06 10:53:01 +01:00
parent f92a14607f
commit 8279f594c5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gambit' # Template file for 'gambit'
pkgname=gambit pkgname=gambit
version=4.9.2 version=4.9.3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args=" configure_args="
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1-only, 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=237aa7c4b4e020d7fdc70481aab54dbe3d72e7551a490ae93b2bc45d4638688b checksum=a5e4e5c66a99b6039fa7ee3741ac80f3f6c4cff47dc9e0ff1692ae73e13751ca
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";;