From b9d7848a208eb43335f3c4d0d567017fa9353aeb Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 16 Sep 2014 15:58:35 -0700 Subject: [PATCH] add initial work on guile2.0 patch --- debian/patches/support_guile_2 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 debian/patches/support_guile_2 diff --git a/debian/patches/support_guile_2 b/debian/patches/support_guile_2 new file mode 100644 index 0000000000..5a1a509739 --- /dev/null +++ b/debian/patches/support_guile_2 @@ -0,0 +1,24 @@ +Description: Add Guile 2.0 support to lilypond +Origin: vendor +Bug-Debian: http://bugs.debian.org/746005 +Author: Don Armstrong +--- 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 @@ + STEPMAKE_WINDOWS + + # guile executable for some scripts +-STEPMAKE_GUILE(OPTIONAL, 1.8.2, 1.9.0) ++STEPMAKE_GUILE(OPTIONAL, 1.8.2, 2.1) + + # perl for help2man and for mf2pt1.pl + STEPMAKE_PERL(REQUIRED) -- 2.39.2