clean patches merged upstream

This commit is contained in:
Stefan Bühler 2021-09-15 15:34:54 +02:00
parent a3db4d96b2
commit 67b3cee62d
2 changed files with 0 additions and 22 deletions

View File

@ -1,21 +0,0 @@
From: =?UTF-8?q?Stefan=20B=C3=BChler?= <stbuehler@web.de>
Date: Thu, 9 May 2013 23:59:56 +0200
Subject: use $LDFLAGS in Makefile
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index d28716d..82e02c3 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ override CFLAGS += -D_REENTRANT $(shell sdl-config --cflags) $(DBG) $(WARNFLAGS)
all: sdlbomber
sdlbomber: announce.o bomber.o draw.o game.o gfx.o sound.o list.o network.o menu.o utils.o
- gcc -o $@ $^ $(shell sdl-config --libs) -lavahi-common -lavahi-client $(DBG)
+ gcc $(LDFLAGS) -o $@ $^ $(shell sdl-config --libs) -lavahi-common -lavahi-client $(DBG)
matcher: matcher.c

View File

@ -1 +0,0 @@
0001-use-LDFLAGS-in-Makefile.patch