]> git.pld-linux.org Git - packages/balloonchase.git/commitdiff
- g++ -> $(CXX) to use __cxx, use $(CFLAGS)
authordarekr <darekr@pld-linux.org>
Thu, 24 Aug 2006 21:21:11 +0000 (21:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balloonchase-Makefile.patch -> 1.1

balloonchase-Makefile.patch [new file with mode: 0644]

diff --git a/balloonchase-Makefile.patch b/balloonchase-Makefile.patch
new file mode 100644 (file)
index 0000000..3af78e6
--- /dev/null
@@ -0,0 +1,13 @@
+--- balloonchase-0.9.6.orig/Makefile   2006-08-24 23:13:26.000000000 +0200
++++ balloonchase-0.9.6/Makefile        2006-08-24 23:15:45.000000000 +0200
+@@ -9,8 +9,8 @@
+ clean:
+       rm balloonchase src/*.o
+ main:         src/main.c
+-      g++ -c -o src/main.o `sdl-config --cflags` src/main.c
+-      g++ -o balloonchase src/main.o `sdl-config --libs`
++      $(CXX) $(CFLAGS) -c -o src/main.o `sdl-config --cflags` src/main.c
++      $(CXX) $(CFLAGS) -o balloonchase src/main.o `sdl-config --libs`
+ pkg:
+       @echo $(PKG_BCVERSION) >VERSION
+       rm balloonchase src/*.o
This page took 0.079031 seconds and 4 git commands to generate.