changeset 6234:7e4b6e43b67c

Add unicode support for LilyPad
author Phil Holmes <mail@philholmes.net>
date Thu, 25 Sep 2014 13:58:24 +0100
parents f600e2fc93d5
children 38057e956101
files gub/specs/lilypad.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypad.py	Sun Sep 08 10:10:41 2013 -0700
+++ b/gub/specs/lilypad.py	Thu Sep 25 13:58:24 2014 +0100
@@ -4,8 +4,6 @@
 class LilyPad (target.AutoBuild):
     source = 'http://lilypond.org/download/gub-sources/lilypad/lilypad-0.1.0.0-src.tar.bz2'
     destdir_install_broken = True
-    # FIXME: -DUNICODE is broken, notably for opening files.
-    make_flags = ' CPPFLAGS=-UUNICODE'
     license_files = ['']
 
 Lilypad = LilyPad