comparison gub/specs/guile.py @ 6477:00000bc42f8a

guile: depend on pkg-config and bump to 1.9.15.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 03 Feb 2011 12:58:34 +0100
parents 5e8c30d45fc0
children e054e6313ace
comparison
equal deleted inserted replaced
6476:5e8c30d45fc0 6477:00000bc42f8a
10 from gub import tools32 10 from gub import tools32
11 11
12 class Guile (target.AutoBuild): 12 class Guile (target.AutoBuild):
13 # source = 'git://git.sv.gnu.org/guile.git&branch=branch_release-1-8&revision=bba579611b3671c7e4c1515b100f01c048a07935' 13 # source = 'git://git.sv.gnu.org/guile.git&branch=branch_release-1-8&revision=bba579611b3671c7e4c1515b100f01c048a07935'
14 source = 'http://ftp.gnu.org/pub/gnu/guile/guile-1.8.7.tar.gz' 14 source = 'http://ftp.gnu.org/pub/gnu/guile/guile-1.8.7.tar.gz'
15 source = 'http://alpha.gnu.org/gnu/guile/guile-1.9.14.tar.gz' 15 source = 'http://alpha.gnu.org/gnu/guile/guile-1.9.15.tar.gz'
16 patches = [ 16 patches = [
17 #'guile-reloc-1.8.6.patch', 17 #'guile-reloc-1.8.6.patch',
18 'guile-1.9.14-reloc.patch', 18 'guile-1.9.14-reloc.patch',
19 #'guile-cexp.patch', 19 #'guile-cexp.patch',
20 'guile-1.8.6-test-use-srfi.patch', 20 'guile-1.8.6-test-use-srfi.patch',
32 'libffi', 32 'libffi',
33 'libunistring', 33 'libunistring',
34 'libgc', 34 'libgc',
35 'tools::guile', 35 'tools::guile',
36 'tools::gnulib', 36 'tools::gnulib',
37 'tools::pkg-config',
37 ] 38 ]
38 guile_configure_flags = misc.join_lines (''' 39 guile_configure_flags = misc.join_lines ('''
39 --without-threads 40 --without-threads
40 --with-gnu-ld 41 --with-gnu-ld
41 --enable-deprecated 42 --enable-deprecated