]> git.donarmstrong.com Git - lilypond.git/commitdiff
add initial work on guile2.0 patch
authorDon Armstrong <don@donarmstrong.com>
Tue, 16 Sep 2014 22:58:35 +0000 (15:58 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 16 Sep 2014 22:58:35 +0000 (15:58 -0700)
debian/patches/support_guile_2 [new file with mode: 0644]

diff --git a/debian/patches/support_guile_2 b/debian/patches/support_guile_2
new file mode 100644 (file)
index 0000000..5a1a509
--- /dev/null
@@ -0,0 +1,24 @@
+Description: Add Guile 2.0 support to lilypond
+Origin: vendor
+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 @@
+ 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)