aboutsummaryrefslogtreecommitdiff
path: root/games/ioquake3/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-15 02:00:13 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-15 02:00:13 +0000
commitd26b131060f255c6861e573567c2d6a3e774cdc9 (patch)
tree9739847b2cdcfe5c9bbf89cb1ec6bfa3fbfd4cce /games/ioquake3/Makefile
parent24e0965ac8c9e0c8441b96d72a8a2922b3032598 (diff)
downloadports-d26b131060f255c6861e573567c2d6a3e774cdc9.tar.gz
ports-d26b131060f255c6861e573567c2d6a3e774cdc9.zip
games/ioquake3: fix build on powerpc64
MFH: 2020Q4 (fix build blanket)
Notes
Notes: svn path=/head/; revision=555161
Diffstat (limited to 'games/ioquake3/Makefile')
-rw-r--r--games/ioquake3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile
index f57c25abe015..6402ecd1b7d3 100644
--- a/games/ioquake3/Makefile
+++ b/games/ioquake3/Makefile
@@ -20,7 +20,7 @@ USES= pkgconfig gmake
# Port configuration flags:
# CLIENT SERVER TOOLS DLRENDERER GAMELIBS OPUS OPENGL2
IOQ3?= CLIENT TOOLS GAMELIBS
-IOQ3ARCH?= ${ARCH}
+IOQ3ARCH?= ${ARCH:S/powerpc/ppc/}
IOQ3SDL?= sdl
.if ! ${IOQ3:MCLIENT} && ! ${IOQ3:MSERVER}
@@ -87,7 +87,7 @@ Q3INSTALL?=
Q3ENGINEVER?= ${DISTVERSION}
IOQUAKE3VER= 1.36
-ONLY_FOR_ARCHS= amd64 i386
+ONLY_FOR_ARCHS= amd64 i386 powerpc64
DEBUG_VARS= ALL_TARGET=debug
SERVER_RUN_DEPENDS= ${Q3SERVER}${BINSUFFIX}:games/${PORTNAME}-server