git: 67b7b46f9e11 - main - games/openjk: fix build on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jun 15 08:42:13 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67b7b46f9e11de830b04e1a48f83ac8617a7489f
commit 67b7b46f9e11de830b04e1a48f83ac8617a7489f
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:03 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:03 +0000
games/openjk: fix build on powerpc
pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/openjk_sp.powerpc:No such file or directory
---
games/openjk/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games/openjk/Makefile b/games/openjk/Makefile
index a6f71ba3d111..14ae08601e75 100644
--- a/games/openjk/Makefile
+++ b/games/openjk/Makefile
@@ -19,7 +19,7 @@ USE_SDL= sdl2
USE_XORG= x11
CXXFLAGS+= -DNDEBUG
-OPENJK_ARCH= ${ARCH:S/powerpc64$/ppc64/:C/armv.*/arm/}
+OPENJK_ARCH= ${ARCH:S/powerpc64$/ppc64/:S/powerpc$/ppc/:C/armv.*/arm/}
PLIST_SUB= ARCH="${OPENJK_ARCH}"
SUB_FILES= jamp \
jasp
More information about the dev-commits-ports-all
mailing list