From 6502ff08c95e1f4795d4e2594eddb66b6d68c70f Mon Sep 17 00:00:00 2001 From: kili Date: Sun, 7 Jun 2026 18:04:52 +0000 Subject: [PATCH] print/lilypond: fix build with llvm 22. --- print/lilypond/patches/patch-lily_include_smobs_hh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 print/lilypond/patches/patch-lily_include_smobs_hh diff --git a/print/lilypond/patches/patch-lily_include_smobs_hh b/print/lilypond/patches/patch-lily_include_smobs_hh new file mode 100644 index 00000000000..cac7be80930 --- /dev/null +++ b/print/lilypond/patches/patch-lily_include_smobs_hh @@ -0,0 +1,13 @@ +Horrible fix for llvm 22. + +Index: lily/include/smobs.hh +--- lily/include/smobs.hh.orig ++++ lily/include/smobs.hh +@@ -251,6 +251,7 @@ class Smob_base (private) + // least, but in emergency situations one can always use a "rest" + // argument and take it apart manually. + ++public: + template + static SCM smob_trampoline (SCM self) + {