]> git.pld-linux.org Git - packages/crafty.git/blob - crafty-Makefile.patch
- remove binary sources to distfiles
[packages/crafty.git] / crafty-Makefile.patch
1 --- ./Makefile.org      2007-11-17 23:27:09.113833335 +0100
2 +++ ./Makefile  2007-11-17 23:27:53.999426624 +0100
3 @@ -432,7 +432,7 @@ crafty-make:
4  crafty.o: *.c *.h
5  
6  crafty:        $(objects) 
7 -       $(CC) $(LDFLAGS) -o crafty $(objects) -lm  $(LIBS)
8 +       $(CXX) $(LDFLAGS) -o crafty $(objects) -lm  $(LIBS)
9  
10  dgt:    dgtdrv.o
11         @cc -O -o dgt dgtdrv.c
This page took 0.045608 seconds and 3 git commands to generate.