gc: update to 7.6.4.

This commit is contained in:
maxice8 2018-01-29 01:31:35 -02:00 committed by Leаh Neukirchen
parent 4f57dc6bda
commit 20bf4275d9
2 changed files with 3 additions and 4 deletions

View File

@ -778,7 +778,7 @@ libospgrove.so.0 openjade-1.3.2_1
libostyle.so.0 openjade-1.3.2_1 libostyle.so.0 openjade-1.3.2_1
libtorrent.so.19 libtorrent-0.13.6_1 libtorrent.so.19 libtorrent-0.13.6_1
libgiblib.so.1 giblib-1.2.4_1 libgiblib.so.1 giblib-1.2.4_1
libgc.so.2 gc-7.6.2_1 libgc.so.1 gc-7.6.4_1
libcord.so.1 gc-7.4_1 libcord.so.1 gc-7.4_1
libgslcblas.so.0 gsl-1.15_1 libgslcblas.so.0 gsl-1.15_1
libgsl.so.23 gsl-2.4_1 libgsl.so.23 gsl-2.4_1

View File

@ -1,6 +1,6 @@
# Template file for 'gc' # Template file for 'gc'
pkgname=gc pkgname=gc
version=7.6.2 version=7.6.4
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake pkg-config libtool" hostmakedepends="automake pkg-config libtool"
@ -14,11 +14,10 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.hboehm.info/gc/" homepage="http://www.hboehm.info/gc/"
license="GPL-2" license="GPL-2"
distfiles="http://www.hboehm.info/gc/gc_source/gc-${version}.tar.gz" distfiles="http://www.hboehm.info/gc/gc_source/gc-${version}.tar.gz"
checksum=bd112005563d787675163b5afff02c364fc8deb13a99c03f4e80fdf6608ad41e checksum=b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c
post_extract() { post_extract() {
sed -i '1i#include <sys/select.h>' pthread_stop_world.c sed -i '1i#include <sys/select.h>' pthread_stop_world.c
sed -i '1i#include <time.h>' pthread_stop_world.c
} }
pre_configure() { pre_configure() {