Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 01:48:05 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f82271507bdc - 2021Q3 - games/nbsdgames: fix build on ppc64
Message-ID:  <202107140148.16E1m5AW039042@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f82271507bdc71c2126ec5c20ec98542d4c2d481

commit f82271507bdc71c2126ec5c20ec98542d4c2d481
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-07-14 01:45:51 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-07-14 01:47:58 +0000

    games/nbsdgames: fix build on ppc64
    
    PR:             257155
    (cherry picked from commit 5c1e177f89761a9eaeb5b4d8c31f76b11df79b75)
---
 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
  
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107140148.16E1m5AW039042>