]> git.pld-linux.org Git - packages/balloonchase.git/blame - balloonchase-Makefile.patch
- tabs in preamble
[packages/balloonchase.git] / balloonchase-Makefile.patch
CommitLineData
2ab02bbe 1--- balloonchase-0.9.6.orig/Makefile 2006-08-24 23:13:26.000000000 +0200
2+++ balloonchase-0.9.6/Makefile 2006-08-24 23:15:45.000000000 +0200
3@@ -9,8 +9,8 @@
4 clean:
5 rm balloonchase src/*.o
6 main: src/main.c
7- g++ -c -o src/main.o `sdl-config --cflags` src/main.c
8- g++ -o balloonchase src/main.o `sdl-config --libs`
9+ $(CXX) $(CFLAGS) -c -o src/main.o `sdl-config --cflags` src/main.c
10+ $(CXX) $(CFLAGS) -o balloonchase src/main.o `sdl-config --libs`
11 pkg:
12 @echo $(PKG_BCVERSION) >VERSION
13 rm balloonchase src/*.o
This page took 0.245125 seconds and 4 git commands to generate.