gc: update to 7.6.8.

This commit is contained in:
maxice8 2018-08-13 12:36:46 -03:00
parent d54b8f3d5f
commit 759a98590e
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,28 +1,21 @@
# Template file for 'gc'
pkgname=gc
version=7.6.4
revision=2
version=7.6.8
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config libtool"
hostmakedepends="pkg-config"
makedepends="libatomic_ops-devel"
short_desc="A garbage collector for C and C++"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2.0-or-later"
homepage="http://www.hboehm.info/gc/"
distfiles="https://github.com/ivmai/bdwgc/releases/download/v${version}/gc-${version}.tar.gz"
checksum=040ac5cdbf1bebc7c8cd4928996bbae0c54497c151ea5639838fa0128102e258
case "$XBPS_TARGET_MACHINE" in
*-musl)
CFLAGS='-D_GNU_SOURCE -DNO_GETCONTEXT -DSEARCH_FOR_DATA_START -DUSE_MMAP -DHAVE_DL_ITERATE_PHDR'
esac
short_desc="A garbage collector for C and C++"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.hboehm.info/gc/"
license="GPL-2"
distfiles="http://www.hboehm.info/gc/gc_source/gc-${version}.tar.gz"
checksum=b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c
post_extract() {
sed -i '1i#include <sys/select.h>' pthread_stop_world.c
}
pre_configure() {
autoreconf -fi
}
post_install() {
mkdir -p ${DESTDIR}/usr/include/gc/