git: a34db00ea37b - main - games/nlarn: exorcise -Werror
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 May 2025 00:47:51 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a34db00ea37bde8367f0ddd2af79b7ade21cbc5e
commit a34db00ea37bde8367f0ddd2af79b7ade21cbc5e
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2025-05-24 10:18:26 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-05-25 00:47:05 +0000
games/nlarn: exorcise -Werror
This fixes the build, which previously failed due to some warnings.
Approved by: portmgr (build fix blanket)
MFH: 2025Q2
---
games/nlarn/files/patch-Makefile | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/games/nlarn/files/patch-Makefile b/games/nlarn/files/patch-Makefile
index decaab43299a..f0b3412668e4 100644
--- a/games/nlarn/files/patch-Makefile
+++ b/games/nlarn/files/patch-Makefile
@@ -1,6 +1,15 @@
--- Makefile.orig 2020-05-23 06:13:27 UTC
+++ Makefile
-@@ -104,7 +104,7 @@ LDFLAGS += $(shell pkg-config --libs glib-2.0)
+@@ -57,7 +57,7 @@ DEFINES += -DG_DISABLE_DEPRECATED
+
+ # Definitions required regardless of host OS
+ DEFINES += -DG_DISABLE_DEPRECATED
+-CFLAGS += -std=c99 -Wall -Wextra -Werror -Iinc -Iinc/external
++CFLAGS += -std=c99 -Wall -Wextra -Iinc -Iinc/external
+ LDFLAGS += -lz -lm
+
+ ifneq (,$(findstring MINGW, $(MSYSTEM)))
+@@ -104,7 +104,7 @@ ifneq ($(SDLPDCURSES),Y)
# Unless requested otherwise build with curses.
ifneq ($(SDLPDCURSES),Y)