]> git.donarmstrong.com Git - lilypond.git/blob - debian/patches/support_guile_2
add initial work on guile2.0 patch
[lilypond.git] / debian / patches / support_guile_2
1 Description: Add Guile 2.0 support to lilypond
2 Origin: vendor
3 Bug-Debian: http://bugs.debian.org/746005
4 Author: Don Armstrong <don@debian.org>
5 --- a/configure.ac
6 +++ b/configure.ac
7 @@ -129,7 +129,7 @@
8  STEPMAKE_MSGFMT(REQUIRED)
9  STEPMAKE_TEXMF(REQUIRED)
10  STEPMAKE_TEXMF_DIRS(REQUIRED)
11 -STEPMAKE_GUILE_DEVEL(REQUIRED, 1.8.2, 1.9.0)
12 +STEPMAKE_GUILE_DEVEL(REQUIRED, 1.8.2, 2.1)
13  
14  # check for 3 typedefs added in Guile 1.9
15  save_CXXFLAGS="$CXXFLAGS"
16 @@ -212,7 +212,7 @@
17  STEPMAKE_WINDOWS
18  
19  # guile executable for some scripts
20 -STEPMAKE_GUILE(OPTIONAL, 1.8.2, 1.9.0)
21 +STEPMAKE_GUILE(OPTIONAL, 1.8.2, 2.1)
22  
23  # perl for help2man and for mf2pt1.pl
24  STEPMAKE_PERL(REQUIRED)