git: d7e77708f683 - main - net/tightvnc: fix build on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Jun 10 08:58:05 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d7e77708f683490e407b555040d3f702e6fbe340
commit d7e77708f683490e407b555040d3f702e6fbe340
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-10 08:57:31 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-10 08:57:31 +0000
net/tightvnc: fix build on powerpc
Same issue as on powerpc64.
---
net/tightvnc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index 491c709fc2f3..40939faaa564 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -43,7 +43,7 @@ PREFIX=${TIGHTVNC_BASE}
.include <bsd.port.pre.mk>
-.if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*} || ${ARCH} == riscv64
+.if ${ARCH} == aarch64 || ${ARCH:Mpowerpc*} || ${ARCH} == riscv64
USE_GCC= yes
.endif
More information about the dev-commits-ports-all
mailing list