summaryrefslogtreecommitdiff
path: root/games-arcade/trailblazer/files/trailblazer-0.9-makefile.patch
blob: 70c7cdd90f26c43ce894df20a7e138e2cd647ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/Makefile
+++ b/Makefile
@@ -3,13 +3,13 @@
 #
 
 sources = game.c main.c road.c map.c gfx.c
-libs = `sdl-config --libs`
-cflags = -O2 -Wall `sdl-config --cflags`
+libs = `sdl-config --libs` -lm
+cflags = $(CFLAGS) $(CPPFLAGS) -Wall `sdl-config --cflags`
 version = 0.9
 bdir = /tmp/trailblazer-$(version)
 
 all:
-	$(CC) $(sources) -o trailblazer $(cflags) $(libs) 
+	$(CC) $(LDFLAGS) $(sources) -o trailblazer $(cflags) $(libs)
 
 install:
 	cp trailblazer /usr/bin