]> git.donarmstrong.com Git - lilypond.git/blobdiff - darwin.patch
* lily/bar-line.cc (compound_barline): Fix parenthesis error,
[lilypond.git] / darwin.patch
index 1b5a83fce8f4103ae9ba0e348afb38b020a3eaa1..fa6942357a4b5b040007a93f929c5318f4467e39 100644 (file)
@@ -1,10 +1,10 @@
 diff -ruN stepmake/stepmake/c++-rules.make lilypond-2.7.11/stepmake/stepmake/c++-rules.make
 --- stepmake/stepmake/c++-rules.make   2005-10-02 09:14:45.000000000 -0700
 +++ stepmake/stepmake/c++-rules.make   2005-10-02 09:15:10.000000000 -0700
-@@ -26,6 +26,7 @@
+@@ -17,6 +17,7 @@
  
  $(outdir)/%.cc: %.ll
-       $(FLEX) -Cfe -p -p -o$@ $< 
+       $(FLEX) -Cfe -p -p -o$@ $<
 +      perl -i.bak -pe 's/^class istream;/#include <iostream>;\nusing namespace std;/' $@
  
  $(outdir)/%-rc.o: $(outdir)/%.rc