Date: Tue, 15 Jun 2021 08:42:12 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 67b7b46f9e11 - main - games/openjk: fix build on powerpc Message-ID: <202106150842.15F8gC3n064535@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=67b7b46f9e11de830b04e1a48f83ac8617a7489f commit 67b7b46f9e11de830b04e1a48f83ac8617a7489f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-15 08:41:03 +0000 Commit: Piotr Kubaj <pkubaj@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106150842.15F8gC3n064535>