From: Don Armstrong Date: Tue, 16 Sep 2014 22:58:35 +0000 (-0700) Subject: add initial work on guile2.0 patch X-Git-Tag: debian/2.18.2-4~7 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=b9d7848a208eb43335f3c4d0d567017fa9353aeb;p=lilypond.git add initial work on guile2.0 patch --- 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)