gc: update to 7.4.2.
This commit is contained in:
parent
daed1f11a0
commit
72a1622045
|
@ -762,6 +762,7 @@ libostyle.so.0 openjade-1.3.2_1
|
|||
libtorrent.so.14 libtorrent-0.12.8_1
|
||||
libgiblib.so.1 giblib-1.2.4_1
|
||||
libgc.so.1 gc-7.1_1
|
||||
libcord.so.1 gc-7.4_1
|
||||
libgslcblas.so.0 gsl-1.15_1
|
||||
libgsl.so.0 gsl-1.15_1
|
||||
liblua.so.5.2 lua-5.2.2_1
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'gc'
|
||||
pkgname=gc
|
||||
version=7.4.0
|
||||
version=7.4.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config libtool"
|
||||
hostmakedepends="automake pkg-config libtool"
|
||||
makedepends="libatomic_ops-devel"
|
||||
short_desc="A garbage collector for C and C++"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
|
||||
homepage="http://www.hboehm.info/gc/"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-$version.tar.gz"
|
||||
checksum=61f8fc6991f8cb003a0d3c7d251c5b9a76093615ef793e0c588a4661e0b5e283
|
||||
distfiles="http://www.hboehm.info/gc/gc_source/gc-${version}.tar.gz"
|
||||
checksum=63320ad7c45460e4a40e03f5aa4c6893783f21a16416c3282b994f933312afa2
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
gc-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue