On zo, 2009-02-15 at 19:58 +0100, Jan Nieuwenhuizen wrote:
> GUB *should* work with 2.4 or newer. This is weird.
Does the attached patch help?
Jan.
--
Jan Nieuwenhuizen <[email protected]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org
diff --git a/gub/specs/librestrict.py b/gub/specs/librestrict.py
index c657931..48c0da3 100644
--- a/gub/specs/librestrict.py
+++ b/gub/specs/librestrict.py
@@ -3,7 +3,7 @@ import os
from gub import tools
from gub import misc
-class Librestrict__tools (tools.MakeBuild):
+class Librestrict_make__tools (tools.MakeBuild):
source = 'url://host/librestrict-1.9a.tar.gz'
def librestrict_flavours (self):
return list (sorted (os.environ.get ('LIBRESTRICT',
@@ -39,7 +39,7 @@ class Librestrict__tools (tools.MakeBuild):
def LD_PRELOAD (self):
return ''
-class Librestrict_nomake__tools (Librestrict__tools):
+class Librestrict_nomake__tools (Librestrict_make__tools):
def compile_command (self):
# URG, must *not* have U __stack_chk_fail@@GLIBC_2.4
# because glibc-[core-]2.3 will not install with LD_PRELOAD
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel