summaryrefslogtreecommitdiff
path: root/games-engines/frotz/files/dumb-ldflags.patch
blob: 2ac968b4b1da534a783122b0c49500b3f409b518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 4b4597d49dc024adf99a336d836709b876846128 Mon Sep 17 00:00:00 2001
From: James Le Cuirot <chewi@gentoo.org>
Date: Sat, 26 Oct 2019 14:14:00 +0100
Subject: [PATCH] Add missing LDFLAGS when linking dfrotz

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3c3c318..ed71a7d 100644
--- a/Makefile
+++ b/Makefile
@@ -261,7 +261,7 @@ nosound_helper:
 
 dumb: $(DFROTZ_BIN)
 $(DFROTZ_BIN): $(COMMON_LIB) $(DUMB_LIB) $(BLORB_LIB) $(COMMON_LIB)
-	$(CC) $+ -o $@$(EXTENSION)
+	$(CC) $+ -o $@$(EXTENSION) $(LDFLAGS)
 	@echo "** Done building Frotz with dumb interface."
 
 sdl: $(SFROTZ_BIN)
-- 
2.23.0