]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add new patch to support guile-2.0
authorDr. Tobias Quathamer <toddy@debian.org>
Mon, 18 Jul 2016 15:19:17 +0000 (17:19 +0200)
committerDr. Tobias Quathamer <toddy@debian.org>
Mon, 18 Jul 2016 15:19:17 +0000 (17:19 +0200)
debian/patches/series
debian/patches/support_guile_2

index 64f8ef4e0cc25f649a30ef680f704b64fb8dd5c6..854320685438a2ff9986afdc95aab2b92fb4cae0 100644 (file)
@@ -3,3 +3,4 @@ hurd_file_name_support
 more_debug_output_during_build
 use_cstring_and_ctype_includes
 use_debians_help2man
+support_guile_2
index 5a1a509739b5838ceefb4e5fa3f117056929a175..90fa086016791a8d287fa05e16024bb0dfd01284 100644 (file)
@@ -4,21 +4,12 @@ Bug-Debian: http://bugs.debian.org/746005
 Author: Don Armstrong <don@debian.org>
 --- a/configure.ac
 +++ b/configure.ac
-@@ -129,7 +129,7 @@
- STEPMAKE_MSGFMT(REQUIRED)
- STEPMAKE_TEXMF(REQUIRED)
- STEPMAKE_TEXMF_DIRS(REQUIRED)
--STEPMAKE_GUILE_DEVEL(REQUIRED, 1.8.2, 1.9.0)
-+STEPMAKE_GUILE_DEVEL(REQUIRED, 1.8.2, 2.1)
- # check for 3 typedefs added in Guile 1.9
- save_CXXFLAGS="$CXXFLAGS"
-@@ -212,7 +212,7 @@
+@@ -219,7 +219,7 @@
  STEPMAKE_WINDOWS
  
  # guile executable for some scripts
 -STEPMAKE_GUILE(OPTIONAL, 1.8.2, 1.9.0)
-+STEPMAKE_GUILE(OPTIONAL, 1.8.2, 2.1)
++STEPMAKE_GUILE(OPTIONAL, 1.8.2, 2.2.0)
  
  # perl for help2man and for mf2pt1.pl
  STEPMAKE_PERL(REQUIRED)