]> git.pld-linux.org Git - packages/crafty.git/blame - crafty-Makefile.patch
- remove binary sources to distfiles
[packages/crafty.git] / crafty-Makefile.patch
CommitLineData
e5eb4e43
PG
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
b7a7e119
AG
5
6 crafty: $(objects)
7- $(CC) $(LDFLAGS) -o crafty $(objects) -lm $(LIBS)
8+ $(CXX) $(LDFLAGS) -o crafty $(objects) -lm $(LIBS)
b7a7e119 9
e5eb4e43
PG
10 dgt: dgtdrv.o
11 @cc -O -o dgt dgtdrv.c
This page took 0.057547 seconds and 4 git commands to generate.