changeset 6318:fd2c5da13b98

Fix darwin-ppc::lilypond This commit can success following commands. bin/gub darwin-ppc::lilypond bin/gub darwin-ppc::lilypond-installer
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sun, 18 Jan 2015 23:39:59 +0900
parents c24904e00a69
children f0f93d6d632c 736bcd6cd18f
files gub/specs/lilypond.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond.py	Wed Jan 14 23:13:39 2015 +0900
+++ b/gub/specs/lilypond.py	Sun Jan 18 23:39:59 2015 +0900
@@ -253,7 +253,7 @@
 class LilyPond__darwin__ppc (LilyPond__darwin):
     def configure (self):
         LilyPond__darwin.configure (self)
-        self.dump ('CXXFLAGS += -DGUILE_ELLIPSIS=...',
+        self.dump ('CXXFLAGS += -fpermissive -DGUILE_ELLIPSIS=...',
                    '%(builddir)s/local.make')
 
 class LilyPond_base (target.AutoBuild):