git: 348cb6d514e6 - main - games/zhlt: fix build on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 10:50:36 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=348cb6d514e691116246b4af6bb63086abf3ddb0
commit 348cb6d514e691116246b4af6bb63086abf3ddb0
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-13 10:48:34 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-13 10:48:34 +0000
games/zhlt: fix build on powerpc64le
---
games/zhlt/files/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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