Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 08:58:04 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: d7e77708f683 - main - net/tightvnc: fix build on powerpc
Message-ID:  <202106100858.15A8w4ZW079394@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=d7e77708f683490e407b555040d3f702e6fbe340

commit d7e77708f683490e407b555040d3f702e6fbe340
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-10 08:57:31 +0000
Commit:     Piotr Kubaj <pkubaj@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106100858.15A8w4ZW079394>