summaryrefslogtreecommitdiff
path: root/games-arcade/sdlsasteroids/files/sdlsasteroids-3.0.1-ldflags.patch
blob: 581010b51388d62c89b1241ccf2db123194bb256 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/Makefile.old	2010-09-22 08:44:57.000000000 +0200
+++ b/src/Makefile	2010-09-22 08:45:43.000000000 +0200
@@ -26,7 +26,7 @@
 
 
 $(SASTEROIDS): $(SASTEROIDS_O)
-	g++ -Wall -o $(SASTEROIDS) $(SASTEROIDS_O) $(DEFINES) $(DEBUG) $(OPTS) $(CFLAGS) $(LIBS)
+	g++ $(LDFLAGS) -Wall -o $(SASTEROIDS) $(SASTEROIDS_O) $(DEFINES) $(DEBUG) $(OPTS) $(CFLAGS) $(LIBS)
 
 
 .cpp.o: