Date: Wed, 13 Oct 2021 10:50:36 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: 348cb6d514e6 - main - games/zhlt: fix build on powerpc64le Message-ID: <202110131050.19DAoa4k085077@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110131050.19DAoa4k085077>