mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
games/nbsdgames: fix build on ppc64
PR: 257155
This commit is contained in:
parent
71d681d5bd
commit
5c1e177f89
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user