aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-13 10:48:34 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-13 10:48:34 +0000
commit348cb6d514e691116246b4af6bb63086abf3ddb0 (patch)
treefd8a6515ecc79cd5344925d63306b81473887e8e
parentfd836055d62c103ebe767de0f7e9a2f428eeb0e6 (diff)
downloadports-348cb6d514e691116246b4af6bb63086abf3ddb0.tar.gz
ports-348cb6d514e691116246b4af6bb63086abf3ddb0.zip
games/zhlt: fix build on powerpc64le
-rw-r--r--games/zhlt/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/zhlt/files/Makefile b/games/zhlt/files/Makefile
index 64827dbdeab5..8b013019576a 100644
--- a/games/zhlt/files/Makefile
+++ b/games/zhlt/files/Makefile
@@ -2,7 +2,7 @@ CXXFLAGS+= -Wall -Wextra
CPPFLAGS+= -DSYSTEM_POSIX -DSTDC_HEADERS -DHAVE_SYS_RESOURCE_H \
-DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H \
-DHAVE_FCNTL_H -DHAVE_UNISTD_H -DDOUBLEVEC_T
-.if $(ARCH:M*64)
+.if $(ARCH:M*64*)
CPPFLAGS+= -DSIZEOF_CHARP=8
.endif