git: 5c1e177f8976 - main - games/nbsdgames: fix build on ppc64
Kevin Bowling
kbowling at FreeBSD.org
Wed Jul 14 01:47:29 UTC 2021
The branch main has been updated by kbowling:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5c1e177f89761a9eaeb5b4d8c31f76b11df79b75
commit 5c1e177f89761a9eaeb5b4d8c31f76b11df79b75
Author: Robert Clausecker <fuz at fuz.su>
AuthorDate: 2021-07-14 01:45:51 +0000
Commit: Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-07-14 01:47:18 +0000
games/nbsdgames: fix build on ppc64
PR: 257155
---
games/nbsdgames/files/patch-Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games/nbsdgames/files/patch-Makefile b/games/nbsdgames/files/patch-Makefile
index 00cd15fc084b..9d27d42dde0c 100644
--- a/games/nbsdgames/files/patch-Makefile
+++ b/games/nbsdgames/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig 2021-05-05 17:39:38 UTC
+--- Makefile.orig 2021-05-07 00:50:08 UTC
+++ Makefile
@@ -6,7 +6,7 @@
GAMES_DIR?=/usr/games
SCORES_DIR?=/var/games
MAN_DIR?=/usr/share/man/man6
-CFLAGS+= -Wno-unused-result -D SCORES_DIR=\"$(SCORES_DIR)\"
-+CFLAGS+= ${CPPFLAGS} -Wno-unused-result -D SCORES_DIR=\"$(SCORES_DIR)\"
++CFLAGS+= ${CPPFLAGS} -D SCORES_DIR=\"$(SCORES_DIR)\"
LDFLAGS+= -lncurses -lm
More information about the dev-commits-ports-all
mailing list