]> git.pld-linux.org Git - packages/crafty.git/blob - crafty-Makefile.patch
- initial import
[packages/crafty.git] / crafty-Makefile.patch
1 diff -burN crafty-18.9.orig/Makefile crafty-18.9/Makefile
2 --- crafty-18.9.orig/Makefile   2003-12-13 22:55:35.000000000 +0000
3 +++ crafty-18.9/Makefile        2003-12-13 22:55:57.000000000 +0000
4 @@ -368,7 +368,7 @@
5                 crafty
6  
7  crafty:        $(objects) 
8 -       $(CC) $(LDFLAGS) -o crafty $(objects) -lm  $(LIBS)
9 +       $(CXX) $(LDFLAGS) -o crafty $(objects) -lm  $(LIBS)
10         @rm -f X86-elf.S
11         @rm -f X86-aout.S
12  
This page took 0.063619 seconds and 3 git commands to generate.