From 20bf4275d9abde3d240c6129d54b8f9482f2284b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 29 Jan 2018 01:31:35 -0200 Subject: [PATCH] gc: update to 7.6.4. --- common/shlibs | 2 +- srcpkgs/gc/template | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 0724020aa47..fb99fd8bb57 100644 --- a/common/shlibs +++ b/common/shlibs @@ -778,7 +778,7 @@ libospgrove.so.0 openjade-1.3.2_1 libostyle.so.0 openjade-1.3.2_1 libtorrent.so.19 libtorrent-0.13.6_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 libgslcblas.so.0 gsl-1.15_1 libgsl.so.23 gsl-2.4_1 diff --git a/srcpkgs/gc/template b/srcpkgs/gc/template index c4f955cdf0e..292e0ffa2b6 100644 --- a/srcpkgs/gc/template +++ b/srcpkgs/gc/template @@ -1,6 +1,6 @@ # Template file for 'gc' pkgname=gc -version=7.6.2 +version=7.6.4 revision=1 build_style=gnu-configure hostmakedepends="automake pkg-config libtool" @@ -14,11 +14,10 @@ maintainer="Juan RP " homepage="http://www.hboehm.info/gc/" license="GPL-2" distfiles="http://www.hboehm.info/gc/gc_source/gc-${version}.tar.gz" -checksum=bd112005563d787675163b5afff02c364fc8deb13a99c03f4e80fdf6608ad41e +checksum=b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c post_extract() { sed -i '1i#include ' pthread_stop_world.c - sed -i '1i#include ' pthread_stop_world.c } pre_configure() {