]> git.donarmstrong.com Git - lilypond.git/blob - darwin.patch
* stepmake/stepmake/generic-vars.make: new function absdir.
[lilypond.git] / darwin.patch
1 diff -ruN stepmake/stepmake/c++-rules.make lilypond-2.7.11/stepmake/stepmake/c++-rules.make
2 --- stepmake/stepmake/c++-rules.make    2005-10-02 09:14:45.000000000 -0700
3 +++ stepmake/stepmake/c++-rules.make    2005-10-02 09:15:10.000000000 -0700
4 @@ -17,6 +17,7 @@
5  
6  $(outdir)/%.cc: %.ll
7         $(FLEX) -Cfe -p -p -o$@ $<
8 +       perl -i.bak -pe 's/^class istream;/#include <iostream>;\nusing namespace std;/' $@
9  
10  $(outdir)/%-rc.o: $(outdir)/%.rc
11         $(WINDRES) $(WINDRES_FLAGS) -o$@ $<